Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp680 Instruction *Lshr = BinaryOperator::CreateLShr(NewC, X); SimplifyDemandedUseBits() local
H A DInstCombineShifts.cpp1785 Instruction *Lshr = BinaryOperator::CreateLShr(Op0, Op1); visitAShr() local
H A DInstCombineMulDivRem.cpp1557 Instruction *Lshr = BinaryOperator::CreateLShr(A, B); visitUDiv() local
H A DInstCombineCasts.cpp998 Value *Lshr = Builder.CreateLShr(X, ShAmt); transformZExtICmp() local
/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp1487 TEST_F(ConstantRangeTest,Lshr) TEST_F() argument
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9007 APInt Lshr = Shl.lshr(ShiftAmt); CTTZTableLookup() local