Searched refs:CVNegMinus1 (Results 1 – 3 of 3) sorted by relevance
191 APInt CVNegMinus1 = -ConstValue - 1; in matchAArch64MulConstCombine() local196 } else if (CVNegMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()197 ShiftAmt = CVNegMinus1.logBase2(); in matchAArch64MulConstCombine()
9822 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local9827 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()9828 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
11684 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local11689 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()11690 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()