Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3417 SmallVector<SDValue, 4> ScalarResults; in FoldConstantVectorArithmetic() local
3454 ScalarResults.push_back(ScalarResult); in FoldConstantVectorArithmetic()
3457 return getBuildVector(VT, DL, ScalarResults); in FoldConstantVectorArithmetic()