Home
last modified time | relevance | path

Searched refs:getElementCountForTy (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp302 static std::optional<ElementCount> getElementCountForTy(const VFISAKind ISA, in getElementCountForTy() function
334 std::optional<ElementCount> EC = getElementCountForTy(ISA, PTy); in getScalableECFromSignature()
349 std::optional<ElementCount> ReturnEC = getElementCountForTy(ISA, RetTy); in getScalableECFromSignature()