Searched defs:Lshr (Results 1 – 11 of 11) sorted by relevance
50 trait Lshr: DInt { trait
50 trait Lshr: DInt { interface
531 TEST_F(ConstantRangeTest, Lshr) { in TEST_F() argument
627 Instruction *Lshr = BinaryOperator::CreateLShr(NewC, X); in SimplifyDemandedUseBits() local
1585 Instruction *Lshr = BinaryOperator::CreateLShr(Op0, Op1); in visitAShr() local
1293 Instruction *Lshr = BinaryOperator::CreateLShr(A, B); in visitUDiv() local
1093 Value *Lshr = Builder.CreateLShr(X, ShAmt); in transformZExtICmp() local
8463 APInt Lshr = Shl.lshr(ShiftAmt); in CTTZTableLookup() local