Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7132 SmallVector<SDValue, 16> OpsTripCount; in visitIntrinsicCall() local
7136 OpsTripCount.push_back(TripCount); in visitIntrinsicCall()
7149 SDValue VectorTripCount = DAG.getBuildVector(VecTy, DL, OpsTripCount); in visitIntrinsicCall()