Searched refs:WidthC (Results 1 – 1 of 1) sorted by relevance
2047 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local2049 ConstantFoldBinaryOpOperands(Instruction::URem, ShAmtC, WidthC, DL); in visitCallInst()2055 assert(match(ConstantFoldCompareInstOperands(ICmpInst::ICMP_UGT, WidthC, in visitCallInst()2068 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()2085 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()