Lines Matching defs:CVPlus1
18877 APInt CVPlus1 = CVMinus1.ashr(TrailingZeroes) + 1;18878 if (CVPlus1.isPowerOf2()) {18879 unsigned BitWidth = CVPlus1.getBitWidth();18880 M = APInt(BitWidth, CVPlus1.logBase2());18899 APInt CVPlus1 = ConstValue + 1;18904 } else if (CVPlus1.isPowerOf2()) {18905 ShiftAmt = CVPlus1.logBase2();