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.cpp19031 SDValue MVal = Add(Shl(N0, ShiftM1), N0); in performMulCombine() local
19032 return Add(Shl(MVal, ShiftN1), MVal); in performMulCombine()
19041 SDValue MVal = Add(Shl(N0, CVM.getZExtValue()), N0); in performMulCombine() local
19042 return Add(Shl(MVal, CVN.getZExtValue()), N0); in performMulCombine()
19052 SDValue MVal = Sub(N0, Shl(N0, CVM.getZExtValue())); in performMulCombine() local
19053 return Sub(N0, Shl(MVal, CVN.getZExtValue())); in performMulCombine()