Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2113 SDValue ExtendLHS = Mul->getOperand(0); in performLowerPartialReduction() local
2115 assert((ISD::isExtOpcode(ExtendLHS.getOpcode()) && in performLowerPartialReduction()
2118 assert(ExtendLHS.getOpcode() == ExtendRHS.getOpcode() && in performLowerPartialReduction()
2121 SDValue ExtendInLHS = ExtendLHS->getOperand(0); in performLowerPartialReduction()
2123 bool IsSigned = ExtendLHS->getOpcode() == ISD::SIGN_EXTEND; in performLowerPartialReduction()