Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64PostLegalizerCombiner.cpp178 APInt CVPlus1 = ConstValue + 1; in matchAArch64MulConstCombine() local
182 } else if (CVPlus1.isPowerOf2()) { in matchAArch64MulConstCombine()
183 ShiftAmt = CVPlus1.logBase2(); in matchAArch64MulConstCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9809 APInt CVPlus1 = ConstValue + 1; in performMulCombine() local
9813 } else if (CVPlus1.isPowerOf2()) { in performMulCombine()
9814 ShiftAmt = CVPlus1.logBase2(); in performMulCombine()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp11671 APInt CVPlus1 = ConstValue + 1; in performMulCombine() local
11675 } else if (CVPlus1.isPowerOf2()) { in performMulCombine()
11676 ShiftAmt = CVPlus1.logBase2(); in performMulCombine()