Searched refs:RetVTy (Results 1 – 1 of 1) sorted by relevance
1939 if (auto *RetVTy = dyn_cast<VectorType>(RetTy)) { in getTypeBasedIntrinsicInstrCost() local1942 RetVTy, /*Insert*/ true, /*Extract*/ false, CostKind); in getTypeBasedIntrinsicInstrCost()1944 cast<FixedVectorType>(RetVTy)->getNumElements()); in getTypeBasedIntrinsicInstrCost()2373 if (auto *RetVTy = dyn_cast<VectorType>(RetTy)) { in getTypeBasedIntrinsicInstrCost() local2383 : getScalarizationOverhead(RetVTy, /*Insert*/ true, in getTypeBasedIntrinsicInstrCost()2386 unsigned ScalarCalls = cast<FixedVectorType>(RetVTy)->getNumElements(); in getTypeBasedIntrinsicInstrCost()