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()
15710 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine() local15712 if (CVNegPlus1.isPowerOf2()) { in performMulCombine()15713 ShiftAmt = CVNegPlus1.logBase2(); in performMulCombine()