Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp171 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in matchAArch64MulConstCombine() local
183 APInt SCVMinus1 = ShiftedConstValue - 1; in matchAArch64MulConstCombine()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15638 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine() local
15680 APInt SCVMinus1 = ShiftedConstValue - 1; in performMulCombine()
15681 APInt SCVPlus1 = ShiftedConstValue + 1; in performMulCombine()
15709 APInt SCVPlus1 = -ShiftedConstValue + 1; in performMulCombine()