Searched refs:getExtVectorType (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp364 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize);
H A DSemaExpr.cpp6313 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements);
8404 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements());
9188 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements());
9190 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements());
9192 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements());
9194 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements());
9197 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements());
H A DSemaInit.cpp1486 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts);
H A DSemaType.cpp2220 return Context.getExtVectorType(T, vectorSize);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1166 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp121 AtomicTy = ValueTy = CGF.getContext().getExtVectorType(
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2921 /// getExtVectorType - Return the unique reference to an extended vector type of
2924 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { function in class:ASTContext
2939 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts);
8179 Type = Context.getExtVectorType(ElementType, NumElements);
H A DType.cpp811 return Ctx.getExtVectorType(elementType, T->getNumElements());
H A DASTImporter.cpp1631 return Importer.getToContext().getExtVectorType(ToElementType,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp804 return CompilerType (ast, ast->getExtVectorType (ast->UnsignedCharTy, bit_size/8));
2099 return CompilerType (ast, ast->getExtVectorType(GetQualType(element_type), element_count));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5339 return Context.getExtVectorType(ElementType, NumElements);

Completed in 472 milliseconds