Searched refs:CVPlus1 (Results 1 – 2 of 2) sorted by relevance
184 APInt CVPlus1 = ConstValue + 1; in matchAArch64MulConstCombine() local188 } else if (CVPlus1.isPowerOf2()) { in matchAArch64MulConstCombine()189 ShiftAmt = CVPlus1.logBase2(); in matchAArch64MulConstCombine()
14325 APInt CVPlus1 = ConstValue + 1; in performMulCombine() local14329 } else if (CVPlus1.isPowerOf2()) { in performMulCombine()14330 ShiftAmt = CVPlus1.logBase2(); in performMulCombine()