Searched refs:RetVTy (Results 1 – 1 of 1) sorted by relevance
1845 if (auto *RetVTy = dyn_cast<VectorType>(RetTy)) { in getTypeBasedIntrinsicInstrCost() local1848 RetVTy, /*Insert*/ true, /*Extract*/ false, CostKind); in getTypeBasedIntrinsicInstrCost()1850 cast<FixedVectorType>(RetVTy)->getNumElements()); in getTypeBasedIntrinsicInstrCost()2282 if (auto *RetVTy = dyn_cast<VectorType>(RetTy)) { in getTypeBasedIntrinsicInstrCost() local2292 : getScalarizationOverhead(RetVTy, /*Insert*/ true, in getTypeBasedIntrinsicInstrCost()2295 unsigned ScalarCalls = cast<FixedVectorType>(RetVTy)->getNumElements(); in getTypeBasedIntrinsicInstrCost()