Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5934 SmallVector<SDValue, 4> ScalarResults; in FoldConstantArithmetic() local
5981 ScalarResults.push_back(ScalarResult); in FoldConstantArithmetic()
5984 SDValue V = NumElts.isScalable() ? getSplatVector(VT, DL, ScalarResults[0]) in FoldConstantArithmetic()
5985 : getBuildVector(VT, DL, ScalarResults); in FoldConstantArithmetic()