Searched refs:VecTyIndex (Results 1 – 1 of 1) sorted by relevance
1915 unsigned VecTyIndex = 0; in getTypeBasedIntrinsicInstrCost() local1918 VecTyIndex = 1; in getTypeBasedIntrinsicInstrCost()1919 assert(Tys.size() > VecTyIndex && "Unexpected IntrinsicCostAttributes"); in getTypeBasedIntrinsicInstrCost()1920 VecOpTy = dyn_cast<VectorType>(Tys[VecTyIndex]); in getTypeBasedIntrinsicInstrCost()