Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp183 APInt SCVMinus1 = ShiftedConstValue - 1; in matchAArch64MulConstCombine() local
185 if (SCVMinus1.isPowerOf2()) { in matchAArch64MulConstCombine()
186 ShiftAmt = SCVMinus1.logBase2(); in matchAArch64MulConstCombine()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15680 APInt SCVMinus1 = ShiftedConstValue - 1; in performMulCombine() local
15684 if (SCVMinus1.isPowerOf2()) { in performMulCombine()
15685 ShiftAmt = SCVMinus1.logBase2(); in performMulCombine()