Lines Matching defs:CVPlus1
18404 APInt CVPlus1 = CVMinus1.ashr(TrailingZeroes) + 1;18405 if (CVPlus1.isPowerOf2()) {18406 unsigned BitWidth = CVPlus1.getBitWidth();18407 M = APInt(BitWidth, CVPlus1.logBase2());18426 APInt CVPlus1 = ConstValue + 1;18431 } else if (CVPlus1.isPowerOf2()) {18432 ShiftAmt = CVPlus1.logBase2();