Searched refs:getVectorType (Results 1 – 8 of 8) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1052 QualType getVectorType(QualType VectorType, unsigned NumElts,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1074 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 D | SemaInit.cpp | 1338 VecType = SemaRef.Context.getVectorType(elementType, numIElts, in CheckVectorType()
|
| H A D | SemaChecking.cpp | 2192 resType = Context.getVectorType(eltType, numResElements, in SemaBuiltinShuffleVector()
|
| H A D | TreeTransform.h | 10438 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind); in RebuildVectorType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2740 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 D | ASTImporter.cpp | 1569 return Importer.getToContext().getVectorType(ToElementType, in VisitVectorType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 5313 return Context.getVectorType(ElementType, NumElements, in readTypeRecord()
|