Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp183 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in matchAArch64MulConstCombine() local
195 APInt SCVMinus1 = ShiftedConstValue - 1; in matchAArch64MulConstCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17152 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine() local
17194 APInt SCVMinus1 = ShiftedConstValue - 1; in performMulCombine()
17195 APInt SCVPlus1 = ShiftedConstValue + 1; in performMulCombine()
17223 APInt SCVPlus1 = -ShiftedConstValue + 1; in performMulCombine()