Home
last modified time | relevance | path

Searched defs:Lshr (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp660 Instruction *Lshr = BinaryOperator::CreateLShr(NewC, X); SimplifyDemandedUseBits() local
H A DInstCombineShifts.cpp1667 Instruction *Lshr = BinaryOperator::CreateLShr(Op0, Op1); visitAShr() local
H A DInstCombineMulDivRem.cpp1429 Instruction *Lshr = BinaryOperator::CreateLShr(A, B); visitUDiv() local
H A DInstCombineCasts.cpp964 Value *Lshr = Builder.CreateLShr(X, ShAmt); transformZExtICmp() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8849 APInt Lshr = Shl.lshr(ShiftAmt); CTTZTableLookup() local