Home | History | Annotate | Download | only in AST

Lines Matching refs:getVectorType

2492 /// getVectorType - Return the unique reference to a vector type of
2494 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts,
2510 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind);
7240 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()),
7417 Type = Context.getVectorType(ElementType, NumElements,