Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5338 SmallVector<SDValue, 4> ScalarOps; in FoldConstantVectorArithmetic() local
5345 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()
5347 ScalarOps.push_back(Op); in FoldConstantVectorArithmetic()
5359 ScalarOps.push_back(ScalarOp); in FoldConstantVectorArithmetic()
5363 SDValue ScalarResult = getNode(Opcode, DL, SVT, ScalarOps, Flags); in FoldConstantVectorArithmetic()