Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp195 APInt SCVMinus1 = ShiftedConstValue - 1; in matchAArch64MulConstCombine() local
197 if (SCVMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()
198 ShiftAmt = SCVMinus1.logBase2(); in matchAArch64MulConstCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18387 APInt SCVMinus1 = CVMinus1.ashr(TrailingZeroes) - 1; in performMulCombine() local
18388 if (SCVMinus1.isPowerOf2()) { in performMulCombine()
18389 unsigned BitWidth = SCVMinus1.getBitWidth(); in performMulCombine()
18390 M = APInt(BitWidth, SCVMinus1.logBase2()); in performMulCombine()
18424 APInt SCVMinus1 = ShiftedConstValue - 1; in performMulCombine() local
18428 if (SCVMinus1.isPowerOf2()) { in performMulCombine()
18429 ShiftAmt = SCVMinus1.logBase2(); in performMulCombine()