Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1508 unsigned VecTyIndex = 0; in getTypeBasedIntrinsicInstrCost() local
1511 VecTyIndex = 1; in getTypeBasedIntrinsicInstrCost()
1512 assert(Tys.size() > VecTyIndex && "Unexpected IntrinsicCostAttributes"); in getTypeBasedIntrinsicInstrCost()
1513 VecOpTy = dyn_cast<VectorType>(Tys[VecTyIndex]); in getTypeBasedIntrinsicInstrCost()