Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp627 Instruction *Lshr = BinaryOperator::CreateLShr(NewC, X); in SimplifyDemandedUseBits() local
H A DInstCombineShifts.cpp1585 Instruction *Lshr = BinaryOperator::CreateLShr(Op0, Op1); in visitAShr() local
H A DInstCombineMulDivRem.cpp1304 Instruction *Lshr = BinaryOperator::CreateLShr(A, B); in visitUDiv() local
H A DInstCombineCasts.cpp1093 Value *Lshr = Builder.CreateLShr(X, ShAmt); in transformZExtICmp() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8460 APInt Lshr = Shl.lshr(ShiftAmt); in CTTZTableLookup() local