Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp593 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty)); in ConvertType()
608 Context.getBuiltinVectorTypeInfo(cast<BuiltinType>(Ty)); in ConvertType()
H A DCGDebugInfo.cpp706 CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()
745 CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1426 getBuiltinVectorTypeInfo(const BuiltinType *VecTy) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2333 return Ctx.getBuiltinVectorTypeInfo(BTy).ElementType; in getSveEltType()
H A DASTContext.cpp3756 ASTContext::getBuiltinVectorTypeInfo(const BuiltinType *Ty) const { in getBuiltinVectorTypeInfo() function in ASTContext
8702 getBuiltinVectorTypeInfo(BT).ElementType); in areCompatibleSveTypes()