Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3355 SmallVector<SDValue, 4> ScalarResults; in FoldConstantVectorArithmetic() local
3393 ScalarResults.push_back(ScalarResult); in FoldConstantVectorArithmetic()
3396 assert(ScalarResults.size() == NumElts && in FoldConstantVectorArithmetic()
3398 return getNode(ISD::BUILD_VECTOR, DL, VT, ScalarResults); in FoldConstantVectorArithmetic()