Searched defs:Lshr (Results 1 – 5 of 5) sorted by relevance
680 Instruction *Lshr = BinaryOperator::CreateLShr(NewC, X); in SimplifyDemandedUseBits() local
1785 Instruction *Lshr = BinaryOperator::CreateLShr(Op0, Op1); in visitAShr() local
1565 Instruction *Lshr = BinaryOperator::CreateLShr(A, B); in visitUDiv() local
998 Value *Lshr = Builder.CreateLShr(X, ShAmt); in transformZExtICmp() local
9075 APInt Lshr = Shl.lshr(ShiftAmt); in CTTZTableLookup() local