reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Type.h
  388   inline Type *getWithNewBitWidth(unsigned NewBitWidth) const;

References

include/llvm/CodeGen/BasicTTIImpl.h
 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);