Home
last modified time | relevance | path

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

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