Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7088 SmallVector<SDValue, 16> OpsIndex; in visitIntrinsicCall() local
7092 OpsIndex.push_back(Index); in visitIntrinsicCall()
7100 SDValue VectorIndex = DAG.getBuildVector(VecTy, DL, OpsIndex); in visitIntrinsicCall()