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

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

Completed in 98 milliseconds