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