Searched refs:InWidth (Results 1 – 2 of 2) 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()