Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5398 SmallVector<SDValue, 4> ScalarResults; in FoldConstantVectorArithmetic() local
5436 ScalarResults.push_back(ScalarResult); in FoldConstantVectorArithmetic()
5439 SDValue V = NumElts.isScalable() ? getSplatVector(VT, DL, ScalarResults[0]) in FoldConstantVectorArithmetic()
5440 : getBuildVector(VT, DL, ScalarResults); in FoldConstantVectorArithmetic()