Searched refs:getExtVectorType (Results 1 – 8 of 8) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1059 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 366 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
|
| H A D | SemaExpr.cpp | 8384 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 D | SemaType.cpp | 1736 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
|
| H A D | SemaInit.cpp | 1336 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2772 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 D | ASTImporter.cpp | 1579 return Importer.getToContext().getExtVectorType(ToElementType, in VisitExtVectorType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 5325 return Context.getExtVectorType(ElementType, NumElements); in readTypeRecord()
|