Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3419 SmallVector<SDValue, 4> ScalarOps; in FoldConstantVectorArithmetic() local
3426 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()
3428 ScalarOps.push_back(Op); in FoldConstantVectorArithmetic()
3440 ScalarOps.push_back(ScalarOp); in FoldConstantVectorArithmetic()
3444 SDValue ScalarResult = getNode(Opcode, DL, SVT, ScalarOps, Flags); in FoldConstantVectorArithmetic()