Home
last modified time | relevance | path

Searched refs:WidthC (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1544 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
1546 ConstantFoldBinaryOpOperands(Instruction::URem, ShAmtC, WidthC, DL); in visitCallInst()
1552 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()
1561 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
1578 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()