Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18446 SDValue MVal = Add(Shl(N0, ShiftM1), N0); in performMulCombine() local
18447 return Add(Shl(MVal, ShiftN1), MVal); in performMulCombine()
18456 SDValue MVal = Add(Shl(N0, CVM.getZExtValue()), N0); in performMulCombine() local
18457 return Add(Shl(MVal, CVN.getZExtValue()), N0); in performMulCombine()
18467 SDValue MVal = Sub(N0, Shl(N0, CVM.getZExtValue())); in performMulCombine() local
18468 return Sub(N0, Shl(MVal, CVN.getZExtValue())); in performMulCombine()