Searched refs:SCVMinus1 (Results 1 – 2 of 2) sorted by relevance
183 APInt SCVMinus1 = ShiftedConstValue - 1; in matchAArch64MulConstCombine() local185 if (SCVMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()186 ShiftAmt = SCVMinus1.logBase2(); in matchAArch64MulConstCombine()
15680 APInt SCVMinus1 = ShiftedConstValue - 1; in performMulCombine() local15684 if (SCVMinus1.isPowerOf2()) { in performMulCombine()15685 ShiftAmt = SCVMinus1.logBase2(); in performMulCombine()