Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp2321 llvm::Type *GetByteVectorType(QualType Ty) const;
3314 llvm::Type *X86_64ABIInfo::GetByteVectorType(QualType Ty) const { in GetByteVectorType() function in X86_64ABIInfo
3730 ResType = GetByteVectorType(RetTy); in classifyReturnType()
3872 ResType = GetByteVectorType(Ty); in classifyArgumentType()