Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1052 QualType getVectorType(QualType VectorType, unsigned NumElts,
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1074 Result = Context.getVectorType(Result, 128/typeSize, VecKind); in ConvertDeclSpecToType()
4688 CurType = S.Context.getVectorType(CurType, vectorSize/typeSize, in HandleVectorSizeAttr()
4828 CurType = S.Context.getVectorType(CurType, numElts, VecKind); in HandleNeonVectorTypeAttr()
H A DSemaInit.cpp1338 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
H A DSemaChecking.cpp2192 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
H A DTreeTransform.h10438 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2740 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext
2756 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind); in getVectorType()
7478 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()), in getCorrespondingUnsignedType()
7675 Type = Context.getVectorType(ElementType, NumElements, in DecodeTypeFromStr()
H A DASTImporter.cpp1569 return Importer.getToContext().getVectorType(ToElementType, in VisitVectorType()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5313 return Context.getVectorType(ElementType, NumElements, in readTypeRecord()