Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp655 Constant *LeftShiftAmtC = ConstantInt::get(VTy, ShiftAmt); in SimplifyDemandedUseBits() local
657 LeftShiftAmtC, DL); in SimplifyDemandedUseBits()
658 if (ConstantFoldBinaryOpOperands(Instruction::LShr, NewC, LeftShiftAmtC, in SimplifyDemandedUseBits()