Home
last modified time | relevance | path

Searched refs:SCVPlus1 (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15681 APInt SCVPlus1 = ShiftedConstValue + 1; in performMulCombine() local
15690 } else if (SCVPlus1.isPowerOf2()) { in performMulCombine()
15691 ShiftAmt = SCVPlus1.logBase2() + TrailingZeroes; in performMulCombine()
15709 APInt SCVPlus1 = -ShiftedConstValue + 1; in performMulCombine() local
15718 } else if (SCVPlus1.isPowerOf2()) { in performMulCombine()
15719 ShiftAmt = SCVPlus1.logBase2() + TrailingZeroes; in performMulCombine()