Searched refs:getExtVectorType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | ASTContext.h | 1018 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaExprMember.cpp | 363 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
|
| D | SemaExpr.cpp | 8029 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType() 8031 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType() 8033 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType() 8035 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType() 8038 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements()); in GetSignedVectorType()
|
| D | SemaType.cpp | 1683 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
|
| D | SemaInit.cpp | 1210 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ASTContext.cpp | 2689 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType() function in ASTContext 2704 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType() 7698 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr()
|
| D | ASTImporter.cpp | 1581 return Importer.getToContext().getExtVectorType(ToElementType, in VisitExtVectorType()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTReader.cpp | 4640 return Context.getExtVectorType(ElementType, NumElements); in readTypeRecord()
|