Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1585 Instruction *Lshr = BinaryOperator::CreateLShr(Op0, Op1); in visitAShr() local
1586 Lshr->setIsExact(I.isExact()); in visitAShr()
1587 return Lshr; in visitAShr()
H A DInstCombineMulDivRem.cpp1304 Instruction *Lshr = BinaryOperator::CreateLShr(A, B); in visitUDiv() local
1306 Lshr->setIsExact(); in visitUDiv()
1307 return Lshr; in visitUDiv()
H A DInstCombineSimplifyDemanded.cpp627 Instruction *Lshr = BinaryOperator::CreateLShr(NewC, X); in SimplifyDemandedUseBits() local
628 return InsertNewInstWith(Lshr, *I); in SimplifyDemandedUseBits()
H A DInstCombineCasts.cpp1093 Value *Lshr = Builder.CreateLShr(X, ShAmt); in transformZExtICmp() local
1094 Value *And1 = Builder.CreateAnd(Lshr, ConstantInt::get(X->getType(), 1)); in transformZExtICmp()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8460 APInt Lshr = Shl.lshr(ShiftAmt); in CTTZTableLookup() local
8461 Table[Lshr.getZExtValue()] = i; in CTTZTableLookup()