Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64PostLegalizerCombiner.cpp177 APInt SCVMinus1 = ShiftedConstValue - 1; in matchAArch64MulConstCombine() local
179 if (SCVMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()
180 ShiftAmt = SCVMinus1.logBase2(); in matchAArch64MulConstCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9808 APInt SCVMinus1 = ShiftedConstValue - 1; in performMulCombine() local
9810 if (SCVMinus1.isPowerOf2()) { in performMulCombine()
9811 ShiftAmt = SCVMinus1.logBase2(); in performMulCombine()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp11670 APInt SCVMinus1 = ShiftedConstValue - 1; in performMulCombine() local
11672 if (SCVMinus1.isPowerOf2()) { in performMulCombine()
11673 ShiftAmt = SCVMinus1.logBase2(); in performMulCombine()