Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1174 QualType getExtVectorType(QualType VectorType, unsigned NumElts) const;
/external/clang/lib/Sema/
DSemaExprMember.cpp393 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()
DSemaExpr.cpp6494 QualType VectorTy = S.Context.getExtVectorType(ResTy, NumElements); in OpenCLConvertScalarsToVectors()
8662 S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements()); in checkOpenCLVectorShift()
9446 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements()); in GetSignedVectorType()
9448 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType()
9450 return Context.getExtVectorType(Context.IntTy, VTy->getNumElements()); in GetSignedVectorType()
9452 return Context.getExtVectorType(Context.LongTy, VTy->getNumElements()); in GetSignedVectorType()
9455 return Context.getExtVectorType(Context.LongLongTy, VTy->getNumElements()); in GetSignedVectorType()
DSemaType.cpp2326 return Context.getExtVectorType(T, vectorSize); in BuildExtVectorType()
DSemaInit.cpp1548 VecType = SemaRef.Context.getExtVectorType(elementType, numIElts); in CheckVectorType()
/external/clang/lib/CodeGen/
DCGAtomic.cpp121 AtomicTy = ValueTy = CGF.getContext().getExtVectorType( in AtomicInfo()
/external/clang/lib/AST/
DASTContext.cpp2917 ASTContext::getExtVectorType(QualType vecType, unsigned NumElts) const { in getExtVectorType() function in ASTContext
2932 Canonical = getExtVectorType(getCanonicalType(vecType), NumElts); in getExtVectorType()
8257 Type = Context.getExtVectorType(ElementType, NumElements); in DecodeTypeFromStr()
DType.cpp811 return Ctx.getExtVectorType(elementType, T->getNumElements()); in VisitExtVectorType()
DASTImporter.cpp1706 return Importer.getToContext().getExtVectorType(ToElementType, in VisitExtVectorType()
/external/clang/lib/Serialization/
DASTReader.cpp5354 return Context.getExtVectorType(ElementType, NumElements); in readTypeRecord()