Searched refs:ReturnEC (Results 1 – 1 of 1) sorted by relevance
356 std::optional<ElementCount> ReturnEC = getElementCountForTy(ISA, RetTy); in getScalableECFromSignature() local359 if (!ReturnEC) in getScalableECFromSignature()361 if (ElementCount::isKnownLT(*ReturnEC, MinEC)) in getScalableECFromSignature()362 MinEC = *ReturnEC; in getScalableECFromSignature()