Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64PostLegalizerCombiner.cpp190 APInt CVNegPlus1 = -ConstValue + 1; in matchAArch64MulConstCombine() local
192 if (CVNegPlus1.isPowerOf2()) { in matchAArch64MulConstCombine()
193 ShiftAmt = CVNegPlus1.logBase2(); in matchAArch64MulConstCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9821 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine() local
9823 if (CVNegPlus1.isPowerOf2()) { in performMulCombine()
9824 ShiftAmt = CVNegPlus1.logBase2(); in performMulCombine()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp11683 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine() local
11685 if (CVNegPlus1.isPowerOf2()) { in performMulCombine()
11686 ShiftAmt = CVNegPlus1.logBase2(); in performMulCombine()