Searched refs:WidthC (Results 1 – 1 of 1) sorted by relevance
1577 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local1579 ConstantFoldBinaryOpOperands(Instruction::URem, ShAmtC, WidthC, DL); in visitCallInst()1585 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()1594 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()1611 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()