Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5336 SmallVector<SDValue, 4> ScalarResults; in FoldConstantVectorArithmetic() local
5373 ScalarResults.push_back(ScalarResult); in FoldConstantVectorArithmetic()
5376 SDValue V = getBuildVector(VT, DL, ScalarResults); in FoldConstantVectorArithmetic()