Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp196 APInt CVPlus1 = ConstValue + 1; in matchAArch64MulConstCombine() local
200 } else if (CVPlus1.isPowerOf2()) { in matchAArch64MulConstCombine()
201 ShiftAmt = CVPlus1.logBase2(); in matchAArch64MulConstCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18404 APInt CVPlus1 = CVMinus1.ashr(TrailingZeroes) + 1; in performMulCombine() local
18405 if (CVPlus1.isPowerOf2()) { in performMulCombine()
18406 unsigned BitWidth = CVPlus1.getBitWidth(); in performMulCombine()
18407 M = APInt(BitWidth, CVPlus1.logBase2()); in performMulCombine()
18426 APInt CVPlus1 = ConstValue + 1; in performMulCombine() local
18431 } else if (CVPlus1.isPowerOf2()) { in performMulCombine()
18432 ShiftAmt = CVPlus1.logBase2(); in performMulCombine()