Searched defs:Lshr (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineSimplifyDemanded.cpp | 660 Instruction *Lshr = BinaryOperator::CreateLShr(NewC, X); SimplifyDemandedUseBits() local |
H A D | InstCombineShifts.cpp | 1667 Instruction *Lshr = BinaryOperator::CreateLShr(Op0, Op1); visitAShr() local |
H A D | InstCombineMulDivRem.cpp | 1429 Instruction *Lshr = BinaryOperator::CreateLShr(A, B); visitUDiv() local |
H A D | InstCombineCasts.cpp | 964 Value *Lshr = Builder.CreateLShr(X, ShAmt); transformZExtICmp() local |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | TargetLowering.cpp | 8849 APInt Lshr = Shl.lshr(ShiftAmt); CTTZTableLookup() local |