Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1154 QualType getVectorType(QualType VectorType, unsigned NumElts,
/external/clang/lib/Sema/
DSemaType.cpp1552 Result = Context.getVectorType(Result, 128/typeSize, VecKind); in ConvertDeclSpecToType()
6023 CurType = S.Context.getVectorType(CurType, vectorSize/typeSize, in HandleVectorSizeAttr()
6163 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
DSemaDeclAttr.cpp3448 NewTy = S.Context.getVectorType(NewTy, VectorSize.getZExtValue(), in handleModeAttr()
3460 S.Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind()); in handleModeAttr()
DSemaInit.cpp1488 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
DSemaChecking.cpp2692 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
DTreeTransform.h11245 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
/external/clang/lib/AST/
DASTContext.cpp2875 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext
2891 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind); in getVectorType()
7904 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
8101 Type = Context.getVectorType(ElementType, NumElements, in DecodeTypeFromStr()
DType.cpp799 return Ctx.getVectorType(elementType, T->getNumElements(), in VisitVectorType()
DASTImporter.cpp1613 return Importer.getToContext().getVectorType(ToElementType, in VisitVectorType()
/external/clang/lib/Serialization/
DASTReader.cpp5320 return Context.getVectorType(ElementType, NumElements, in readTypeRecord()