reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
388 inline Type *getWithNewBitWidth(unsigned NewBitWidth) const;
1153 Type *CondTy = RetTy->getWithNewBitWidth(1); 1327 Type *CondTy = RetTy->getWithNewBitWidth(1); 1347 Type *CondTy = RetTy->getWithNewBitWidth(1); 1364 Type *ExtTy = RetTy->getWithNewBitWidth(ExtSize); 1428 Type *ExtTy = MulTy->getWithNewBitWidth(ExtSize);lib/Transforms/InstCombine/InstCombineSelect.cpp
2051 Type *NewTy = Ty->getWithNewBitWidth(NewBitWidth);