Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7133 SmallVector<SDValue, 16> OpsIndex; in visitIntrinsicCall() local
7137 OpsIndex.push_back(Index); in visitIntrinsicCall()
7145 SDValue VectorIndex = DAG.getBuildVector(VecTy, DL, OpsIndex); in visitIntrinsicCall()