Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1757 SmallVector<SDValue, 16> OpsStepConstants; in getStepVector() local
1759 OpsStepConstants.push_back(getConstant(StepVal * i, DL, OpVT)); in getStepVector()
1760 return getBuildVector(ResVT, DL, OpsStepConstants); in getStepVector()
H A DSelectionDAGBuilder.cpp7089 SmallVector<SDValue, 16> OpsStepConstants; in visitIntrinsicCall() local
7093 OpsStepConstants.push_back( in visitIntrinsicCall()
7101 SDValue VectorStep = DAG.getBuildVector(VecTy, DL, OpsStepConstants); in visitIntrinsicCall()