Home
last modified time | relevance | path

Searched refs:makeVectorType (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h320 ArgType makeVectorType(ASTContext &C, unsigned NumElts) const;
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp495 ArgType ArgType::makeVectorType(ASTContext &C, unsigned NumElts) const { in makeVectorType() function in ArgType
H A DPrintfFormatString.cpp678 return ScalarTy.makeVectorType(Ctx, VectorNumElts.getConstantAmount()); in getArgType()