Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp196 APInt CVNegPlus1 = -ConstValue + 1; in matchAArch64MulConstCombine() local
198 if (CVNegPlus1.isPowerOf2()) { in matchAArch64MulConstCombine()
199 ShiftAmt = CVNegPlus1.logBase2(); in matchAArch64MulConstCombine()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15710 APInt CVNegPlus1 = -ConstValue + 1; in performMulCombine() local
15712 if (CVNegPlus1.isPowerOf2()) { in performMulCombine()
15713 ShiftAmt = CVNegPlus1.logBase2(); in performMulCombine()