Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp184 APInt CVPlus1 = ConstValue + 1; in matchAArch64MulConstCombine() local
188 } else if (CVPlus1.isPowerOf2()) { in matchAArch64MulConstCombine()
189 ShiftAmt = CVPlus1.logBase2(); in matchAArch64MulConstCombine()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15682 APInt CVPlus1 = ConstValue + 1; in performMulCombine() local
15687 } else if (CVPlus1.isPowerOf2()) { in performMulCombine()
15688 ShiftAmt = CVPlus1.logBase2(); in performMulCombine()