Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp193 APInt CVNegPlus1 = -ConstValue + 1; in matchAArch64MulConstCombine() local
195 if (CVNegPlus1.isPowerOf2()) { in matchAArch64MulConstCombine()
196 ShiftAmt = CVNegPlus1.logBase2(); in matchAArch64MulConstCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12274 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine() local
12276 if (CVNegPlus1.isPowerOf2()) { in performMulCombine()
12277 ShiftAmt = CVNegPlus1.logBase2(); in performMulCombine()