Searched defs:getVectorType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp2873 /// getVectorType - Return the unique reference to a vector type of
2875 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, function in class:ASTContext
2891 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind);
7904 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()),
8101 Type = Context.getVectorType(ElementType, NumElements,

Completed in 47 milliseconds