Lines Matching defs:lshr
129 // %Pa2 = lshr i64 %Pa1, 1
134 // %Pb2 = lshr i64 %Pb1, 1
148 // Pa_2 = %IDX/2 + 1 #1 | lshr 1
155 // Pb_2 = %IDX/2 + 2 #1 | lshr 1
330 Polynomial &lshr(const APInt &C) {
457 // Remark: Distributing lshr with and arbitrary number n can be expressed as
458 // ((((B + A) lshr 1) lshr 1) ... ) {n times}.
486 A = A.lshr(shiftAmt);
933 Result.lshr(C->getValue());