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

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

Completed in 4582 milliseconds