Searched refs:SCVMinus1 (Results 1 – 2 of 2) sorted by relevance
195 APInt SCVMinus1 = ShiftedConstValue - 1; in matchAArch64MulConstCombine() local197 if (SCVMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()198 ShiftAmt = SCVMinus1.logBase2(); in matchAArch64MulConstCombine()
18972 APInt SCVMinus1 = CVMinus1.ashr(TrailingZeroes) - 1; in performMulCombine() local18973 if (SCVMinus1.isPowerOf2()) { in performMulCombine()18974 unsigned BitWidth = SCVMinus1.getBitWidth(); in performMulCombine()18975 M = APInt(BitWidth, SCVMinus1.logBase2()); in performMulCombine()19009 APInt SCVMinus1 = ShiftedConstValue - 1; in performMulCombine() local19013 if (SCVMinus1.isPowerOf2()) { in performMulCombine()19014 ShiftAmt = SCVMinus1.logBase2(); in performMulCombine()