Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp171 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in matchAArch64MulConstCombine() local
183 APInt SCVMinus1 = ShiftedConstValue - 1; in matchAArch64MulConstCombine()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14312 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine() local
14324 APInt SCVMinus1 = ShiftedConstValue - 1; in performMulCombine()