Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1763 SmallVector<SDValue, 16> OpsStepConstants; in getStepVector() local
1765 OpsStepConstants.push_back( in getStepVector()
1767 return getBuildVector(ResVT, DL, OpsStepConstants); in getStepVector()
H A DSelectionDAGBuilder.cpp7134 SmallVector<SDValue, 16> OpsStepConstants; in visitIntrinsicCall() local
7138 OpsStepConstants.push_back( in visitIntrinsicCall()
7146 SDValue VectorStep = DAG.getBuildVector(VecTy, DL, OpsStepConstants); in visitIntrinsicCall()