Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2313 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
2315 ConstantFoldBinaryOpOperands(Instruction::URem, ShAmtC, WidthC, DL); in visitCallInst()
2321 assert(match(ConstantFoldCompareInstOperands(ICmpInst::ICMP_UGT, WidthC, in visitCallInst()
2334 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
2352 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()