Searched refs:CVNegPlus1 (Results 1 – 2 of 2) sorted by relevance
196 APInt CVNegPlus1 = -ConstValue + 1; in matchAArch64MulConstCombine() local198 if (CVNegPlus1.isPowerOf2()) { in matchAArch64MulConstCombine()199 ShiftAmt = CVNegPlus1.logBase2(); in matchAArch64MulConstCombine()
14337 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine() local14339 if (CVNegPlus1.isPowerOf2()) { in performMulCombine()14340 ShiftAmt = CVNegPlus1.logBase2(); in performMulCombine()