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.cpp1833 Instruction *Lshr = BinaryOperator::CreateLShr(Op0, Op1); in visitAShr() local
1834 Lshr->setIsExact(I.isExact()); in visitAShr()
1835 return Lshr; in visitAShr()
H A DInstCombineSimplifyDemanded.cpp695 Instruction *Lshr = BinaryOperator::CreateLShr(NewC, X); in SimplifyDemandedUseBits() local
696 return InsertNewInstWith(Lshr, I->getIterator()); in SimplifyDemandedUseBits()
H A DInstCombineMulDivRem.cpp1722 Instruction *Lshr = BinaryOperator::CreateLShr(A, B); in visitUDiv() local
1724 Lshr->setIsExact(); in visitUDiv()
1725 return Lshr; in visitUDiv()
H A DInstCombineCasts.cpp1049 Value *Lshr = Builder.CreateLShr(X, ShAmt); in transformZExtICmp() local
1051 Builder.CreateAnd(Lshr, ConstantInt::get(X->getType(), 1)); in transformZExtICmp()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9480 APInt Lshr = Shl.lshr(ShiftAmt); in CTTZTableLookup() local
9481 Table[Lshr.getZExtValue()] = i; in CTTZTableLookup()