Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp995 const VectorType *getVectorType(const ScalarType *ST, unsigned Lanes) { in getVectorType() function in __anone3a730d20111::EmitterBase
1002 const VectorType *getVectorType(const ScalarType *ST) { in getVectorType() function in __anone3a730d20111::EmitterBase
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3909 QualType ASTContext::getVectorType(QualType vecType, unsigned NumElts, in getVectorType() function in ASTContext