Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3742 #define SVE_INT_ELTTY(BITS, ELTS, SIGNED, NUMVECTORS) \ in getBuiltinVectorTypeInfo() argument
3743 {getIntTypeForBitwidth(BITS, SIGNED), llvm::ElementCount::getScalable(ELTS), \ in getBuiltinVectorTypeInfo()
3746 #define SVE_ELTTY(ELTTY, ELTS, NUMVECTORS) \ in getBuiltinVectorTypeInfo() argument
3747 {ELTTY, llvm::ElementCount::getScalable(ELTS), NUMVECTORS}; in getBuiltinVectorTypeInfo()