Searched refs:CVNegPlus1 (Results 1 – 3 of 3) sorted by relevance
190 APInt CVNegPlus1 = -ConstValue + 1; in matchAArch64MulConstCombine() local192 if (CVNegPlus1.isPowerOf2()) { in matchAArch64MulConstCombine()193 ShiftAmt = CVNegPlus1.logBase2(); in matchAArch64MulConstCombine()
9821 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine() local9823 if (CVNegPlus1.isPowerOf2()) { in performMulCombine()9824 ShiftAmt = CVNegPlus1.logBase2(); in performMulCombine()
11683 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine() local11685 if (CVNegPlus1.isPowerOf2()) { in performMulCombine()11686 ShiftAmt = CVNegPlus1.logBase2(); in performMulCombine()