Searched refs:CVNegPlus1 (Results 1 – 2 of 2) sorted by relevance
193 APInt CVNegPlus1 = -ConstValue + 1; in matchAArch64MulConstCombine() local195 if (CVNegPlus1.isPowerOf2()) { in matchAArch64MulConstCombine()196 ShiftAmt = CVNegPlus1.logBase2(); in matchAArch64MulConstCombine()
12274 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine() local12276 if (CVNegPlus1.isPowerOf2()) { in performMulCombine()12277 ShiftAmt = CVNegPlus1.logBase2(); in performMulCombine()