Searched refs:CVPlus1 (Results 1 – 3 of 3) sorted by relevance
178 APInt CVPlus1 = ConstValue + 1; in matchAArch64MulConstCombine() local182 } else if (CVPlus1.isPowerOf2()) { in matchAArch64MulConstCombine()183 ShiftAmt = CVPlus1.logBase2(); in matchAArch64MulConstCombine()
9809 APInt CVPlus1 = ConstValue + 1; in performMulCombine() local9813 } else if (CVPlus1.isPowerOf2()) { in performMulCombine()9814 ShiftAmt = CVPlus1.logBase2(); in performMulCombine()
11671 APInt CVPlus1 = ConstValue + 1; in performMulCombine() local11675 } else if (CVPlus1.isPowerOf2()) { in performMulCombine()11676 ShiftAmt = CVPlus1.logBase2(); in performMulCombine()