Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp728 CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()
767 CGM.getContext().getBuiltinVectorTypeInfo(BT); in CreateType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1381 getBuiltinVectorTypeInfo(const BuiltinType *VecTy) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp2330 return Ctx.getBuiltinVectorTypeInfo(BTy).ElementType; in getSveEltType()
H A DASTContext.cpp3741 ASTContext::getBuiltinVectorTypeInfo(const BuiltinType *Ty) const { in getBuiltinVectorTypeInfo() function in ASTContext
8675 getBuiltinVectorTypeInfo(BT).ElementType); in areCompatibleSveTypes()