Searched refs:InWidth (Results 1 – 3 of 3) sorted by relevance
845 unsigned InWidth = Input->getType()->getScalarSizeInBits(); in ConstantFoldInstOperands() local846 if (TD->getPointerSizeInBits() < InWidth) { in ConstantFoldInstOperands()848 ConstantInt::get(CE->getContext(), APInt::getLowBitsSet(InWidth, in ConstantFoldInstOperands()
1193 unsigned InWidth = Input->getType()->getScalarSizeInBits(); in ConstantFoldCastOperand() local1195 if (PtrWidth < InWidth) { in ConstantFoldCastOperand()1198 APInt::getLowBitsSet(InWidth, PtrWidth)); in ConstantFoldCastOperand()
1285 unsigned InWidth = Input->getType()->getScalarSizeInBits(); in ConstantFoldCastOperand() local1287 if (PtrWidth < InWidth) { in ConstantFoldCastOperand()1290 APInt::getLowBitsSet(InWidth, PtrWidth)); in ConstantFoldCastOperand()