Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1785 Instruction *Lshr = BinaryOperator::CreateLShr(Op0, Op1); in visitAShr() local
1786 Lshr->setIsExact(I.isExact()); in visitAShr()
1787 return Lshr; in visitAShr()
H A DInstCombineMulDivRem.cpp1565 Instruction *Lshr = BinaryOperator::CreateLShr(A, B); in visitUDiv() local
1567 Lshr->setIsExact(); in visitUDiv()
1568 return Lshr; in visitUDiv()
H A DInstCombineSimplifyDemanded.cpp680 Instruction *Lshr = BinaryOperator::CreateLShr(NewC, X); in SimplifyDemandedUseBits() local
681 return InsertNewInstWith(Lshr, I->getIterator()); in SimplifyDemandedUseBits()
H A DInstCombineCasts.cpp998 Value *Lshr = Builder.CreateLShr(X, ShAmt); in transformZExtICmp() local
999 Value *And1 = Builder.CreateAnd(Lshr, ConstantInt::get(X->getType(), 1)); in transformZExtICmp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9075 APInt Lshr = Shl.lshr(ShiftAmt); in CTTZTableLookup() local
9076 Table[Lshr.getZExtValue()] = i; in CTTZTableLookup()