Searched refs:ScalarResult (Results 1 – 1 of 1) sorted by relevance
3444 SDValue ScalarResult = getNode(Opcode, DL, SVT, ScalarOps, Flags); in FoldConstantVectorArithmetic() local3448 ScalarResult = getNode(ISD::SIGN_EXTEND, DL, LegalSVT, ScalarResult); in FoldConstantVectorArithmetic()3451 if (!ScalarResult.isUndef() && ScalarResult.getOpcode() != ISD::Constant && in FoldConstantVectorArithmetic()3452 ScalarResult.getOpcode() != ISD::ConstantFP) in FoldConstantVectorArithmetic()3454 ScalarResults.push_back(ScalarResult); in FoldConstantVectorArithmetic()