Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7087 SmallVector<SDValue, 16> OpsTripCount; in visitIntrinsicCall() local
7091 OpsTripCount.push_back(TripCount); in visitIntrinsicCall()
7104 SDValue VectorTripCount = DAG.getBuildVector(VecTy, DL, OpsTripCount); in visitIntrinsicCall()