reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1351   QualType getVectorType(QualType VectorType, unsigned NumElts,

References

tools/clang/lib/AST/ASTContext.cpp
 3509     Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind);
 9314     return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()),
 9591     Type = Context.getVectorType(ElementType, NumElements,
tools/clang/lib/AST/ASTImporter.cpp
 1163   return Importer.getToContext().getVectorType(*ToElementTypeOrErr,
tools/clang/lib/AST/Type.cpp
  941     return Ctx.getVectorType(elementType, T->getNumElements(),
tools/clang/lib/CodeGen/TargetInfo.cpp
 4684                    .getVectorType(EltTy, NumElements, VT->getVectorKind())
tools/clang/lib/Sema/SemaChecking.cpp
 5917       resType = Context.getVectorType(eltType, numResElements,
tools/clang/lib/Sema/SemaDeclAttr.cpp
 4014     NewTy = Context.getVectorType(NewTy, VectorSize.getZExtValue(),
 4026         Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind());
tools/clang/lib/Sema/SemaExpr.cpp
 8827   QualType NewVecTy = S.Context.getVectorType(ElementType,
11108     return Context.getVectorType(Context.LongLongTy, VTy->getNumElements(),
11111     return Context.getVectorType(Context.LongTy, VTy->getNumElements(),
11114     return Context.getVectorType(Context.IntTy, VTy->getNumElements(),
11117     return Context.getVectorType(Context.ShortTy, VTy->getNumElements(),
11121   return Context.getVectorType(Context.CharTy, VTy->getNumElements(),
tools/clang/lib/Sema/SemaInit.cpp
 1771         VecType = SemaRef.Context.getVectorType(elementType, numIElts,
tools/clang/lib/Sema/SemaType.cpp
 1674     Result = Context.getVectorType(Result, 128/typeSize, VecKind);
 2397   return Context.getVectorType(CurType, VectorSize / TypeSize,
 7307   CurType = S.Context.getVectorType(CurType, numElts, VecKind);
tools/clang/lib/Sema/TreeTransform.h
12993   return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind);
tools/clang/lib/Serialization/ASTReader.cpp
 6477     return Context.getVectorType(ElementType, NumElements,