Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64PostLegalizerCombiner.cpp165 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in matchAArch64MulConstCombine() local
177 APInt SCVMinus1 = ShiftedConstValue - 1; in matchAArch64MulConstCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9796 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine() local
9808 APInt SCVMinus1 = ShiftedConstValue - 1; in performMulCombine()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp11658 APInt ShiftedConstValue = ConstValue.ashr(TrailingZeroes); in performMulCombine() local
11670 APInt SCVMinus1 = ShiftedConstValue - 1; in performMulCombine()