Searched refs:ReturnEC (Results 1 – 1 of 1) sorted by relevance
349 std::optional<ElementCount> ReturnEC = getElementCountForTy(ISA, RetTy); in getScalableECFromSignature() local351 if (!ReturnEC) in getScalableECFromSignature()353 if (ElementCount::isKnownLT(*ReturnEC, MinEC)) in getScalableECFromSignature()354 MinEC = *ReturnEC; in getScalableECFromSignature()