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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1159 QualType getVectorType(QualType VectorType, unsigned NumElts,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1561 Result = Context.getVectorType(Result, 128/typeSize, VecKind);
6077 CurType = S.Context.getVectorType(CurType, vectorSize/typeSize,
6217 CurType = S.Context.getVectorType(CurType, numElts, VecKind);
H A DSemaDeclAttr.cpp3449 NewTy = S.Context.getVectorType(NewTy, VectorSize.getZExtValue(),
3461 S.Context.getVectorType(NewElemTy, NumElements, OldVT->getVectorKind());
H A DSemaChecking.cpp2701 resType = Context.getVectorType(eltType, numResElements,
H A DSemaInit.cpp1488 VecType = SemaRef.Context.getVectorType(elementType, numIElts,
H A DTreeTransform.h11273 return SemaRef.Context.getVectorType(ElementType, NumElements, VecKind);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2890 /// getVectorType - Return the unique reference to a vector type of
2892 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, function in class:ASTContext
2908 Canonical = getVectorType(getCanonicalType(vecType), NumElts, VecKind);
7968 return getVectorType(getCorrespondingUnsignedType(VTy->getElementType()),
8165 Type = Context.getVectorType(ElementType, NumElements,
H A DType.cpp799 return Ctx.getVectorType(elementType, T->getNumElements(),
H A DASTImporter.cpp1621 return Importer.getToContext().getVectorType(ToElementType,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5327 return Context.getVectorType(ElementType, NumElements,

Completed in 444 milliseconds