Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17211 unsigned ShiftM1 = CVMMinus1.logBase2(); in performMulCombine() local
17214 if (ShiftM1 <= 3 && ShiftN1 <= 3) { in performMulCombine()
17215 SDValue MVal = Add(Shl(N0, ShiftM1), N0); in performMulCombine()