Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1059 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp366 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
H A DSemaExpr.cpp8384 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType()
8386 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType()
8388 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType()
8390 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType()
8393 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements()); in GetSignedVectorType()
H A DSemaType.cpp1736 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
H A DSemaInit.cpp1336 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2772 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType() function in ASTContext
2787 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType()
7689 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr()
H A DASTImporter.cpp1579 return Importer.getToContext().getExtVectorType(ToElementType, in VisitExtVectorType()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5325 return Context.getExtVectorType(ElementType, NumElements); in readTypeRecord()