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()
15682 APInt CVPlus1 = ConstValue + 1; in performMulCombine() local15687 } else if (CVPlus1.isPowerOf2()) { in performMulCombine()15688 ShiftAmt = CVPlus1.logBase2(); in performMulCombine()