Home
last modified time | relevance | path

Searched refs:ScalarResults (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4366 SmallVector<SDValue, 4> ScalarResults; in FoldConstantVectorArithmetic() local
4403 ScalarResults.push_back(ScalarResult); in FoldConstantVectorArithmetic()
4406 SDValue V = getBuildVector(VT, DL, ScalarResults); in FoldConstantVectorArithmetic()