Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp993 const VectorType *getVectorType(const ScalarType *ST, unsigned Lanes) { in getVectorType() function in __anon6618677d0111::EmitterBase
1000 const VectorType *getVectorType(const ScalarType *ST) { in getVectorType() function in __anon6618677d0111::EmitterBase
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4019 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext