Searched refs:Lshr (Results 1 – 5 of 5) sorted by relevance
1785 Instruction *Lshr = BinaryOperator::CreateLShr(Op0, Op1); in visitAShr() local1786 Lshr->setIsExact(I.isExact()); in visitAShr()1787 return Lshr; in visitAShr()
1565 Instruction *Lshr = BinaryOperator::CreateLShr(A, B); in visitUDiv() local1567 Lshr->setIsExact(); in visitUDiv()1568 return Lshr; in visitUDiv()
680 Instruction *Lshr = BinaryOperator::CreateLShr(NewC, X); in SimplifyDemandedUseBits() local681 return InsertNewInstWith(Lshr, I->getIterator()); in SimplifyDemandedUseBits()
998 Value *Lshr = Builder.CreateLShr(X, ShAmt); in transformZExtICmp() local999 Value *And1 = Builder.CreateAnd(Lshr, ConstantInt::get(X->getType(), 1)); in transformZExtICmp()
9075 APInt Lshr = Shl.lshr(ShiftAmt); in CTTZTableLookup() local9076 Table[Lshr.getZExtValue()] = i; in CTTZTableLookup()