Searched refs:SCVMinus1 (Results 1 – 3 of 3) sorted by relevance
177 APInt SCVMinus1 = ShiftedConstValue - 1; in matchAArch64MulConstCombine() local179 if (SCVMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()180 ShiftAmt = SCVMinus1.logBase2(); in matchAArch64MulConstCombine()
9808 APInt SCVMinus1 = ShiftedConstValue - 1; in performMulCombine() local9810 if (SCVMinus1.isPowerOf2()) { in performMulCombine()9811 ShiftAmt = SCVMinus1.logBase2(); in performMulCombine()
11670 APInt SCVMinus1 = ShiftedConstValue - 1; in performMulCombine() local11672 if (SCVMinus1.isPowerOf2()) { in performMulCombine()11673 ShiftAmt = SCVMinus1.logBase2(); in performMulCombine()