Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3444 SDValue ScalarResult = getNode(Opcode, DL, SVT, ScalarOps, Flags); in FoldConstantVectorArithmetic() local
3448 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()