Searched refs:RetVTy (Results 1 – 1 of 1) sorted by relevance
1532 if (auto *RetVTy = dyn_cast<VectorType>(RetTy)) { in getTypeBasedIntrinsicInstrCost() local1534 ScalarizationCost = getScalarizationOverhead(RetVTy, true, false); in getTypeBasedIntrinsicInstrCost()1536 cast<FixedVectorType>(RetVTy)->getNumElements()); in getTypeBasedIntrinsicInstrCost()1929 if (auto *RetVTy = dyn_cast<VectorType>(RetTy)) { in getTypeBasedIntrinsicInstrCost() local1938 : getScalarizationOverhead(RetVTy, true, false); in getTypeBasedIntrinsicInstrCost()1940 unsigned ScalarCalls = cast<FixedVectorType>(RetVTy)->getNumElements(); in getTypeBasedIntrinsicInstrCost()