Searched defs:Lshr (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineSimplifyDemanded.cpp | 680 Instruction *Lshr = BinaryOperator::CreateLShr(NewC, X); SimplifyDemandedUseBits() local |
H A D | InstCombineShifts.cpp | 1785 Instruction *Lshr = BinaryOperator::CreateLShr(Op0, Op1); visitAShr() local |
H A D | InstCombineMulDivRem.cpp | 1557 Instruction *Lshr = BinaryOperator::CreateLShr(A, B); visitUDiv() local |
H A D | InstCombineCasts.cpp | 998 Value *Lshr = Builder.CreateLShr(X, ShAmt); transformZExtICmp() local |
/llvm-project/llvm/unittests/IR/ | ||
H A D | ConstantRangeTest.cpp | 1487 TEST_F(ConstantRangeTest,Lshr) TEST_F() argument |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | TargetLowering.cpp | 9007 APInt Lshr = Shl.lshr(ShiftAmt); CTTZTableLookup() local |