Searched refs:CVPlus1 (Results 1 – 2 of 2) sorted by relevance
196 APInt CVPlus1 = ConstValue + 1; in matchAArch64MulConstCombine() local200 } else if (CVPlus1.isPowerOf2()) { in matchAArch64MulConstCombine()201 ShiftAmt = CVPlus1.logBase2(); in matchAArch64MulConstCombine()
18989 APInt CVPlus1 = CVMinus1.ashr(TrailingZeroes) + 1; in performMulCombine() local18990 if (CVPlus1.isPowerOf2()) { in performMulCombine()18991 unsigned BitWidth = CVPlus1.getBitWidth(); in performMulCombine()18992 M = APInt(BitWidth, CVPlus1.logBase2()); in performMulCombine()19011 APInt CVPlus1 = ConstValue + 1; in performMulCombine() local19016 } else if (CVPlus1.isPowerOf2()) { in performMulCombine()19017 ShiftAmt = CVPlus1.logBase2(); in performMulCombine()