Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1915 unsigned VecTyIndex = 0; in getTypeBasedIntrinsicInstrCost() local
1918 VecTyIndex = 1; in getTypeBasedIntrinsicInstrCost()
1919 assert(Tys.size() > VecTyIndex && "Unexpected IntrinsicCostAttributes"); in getTypeBasedIntrinsicInstrCost()
1920 VecOpTy = dyn_cast<VectorType>(Tys[VecTyIndex]); in getTypeBasedIntrinsicInstrCost()