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