Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64PostLegalizerCombiner.cpp191 APInt CVNegMinus1 = -ConstValue - 1; in matchAArch64MulConstCombine() local
196 } else if (CVNegMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()
197 ShiftAmt = CVNegMinus1.logBase2(); in matchAArch64MulConstCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9822 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
9827 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
9828 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp11684 APInt CVNegMinus1 = -ConstValue - 1; in performMulCombine() local
11689 } else if (CVNegMinus1.isPowerOf2()) { in performMulCombine()
11690 ShiftAmt = CVNegMinus1.logBase2(); in performMulCombine()