Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4239 #define SVE_INT_ELTTY(BITS, ELTS, SIGNED, NUMVECTORS) \ in getBuiltinVectorTypeInfo() argument
4240 {getIntTypeForBitwidth(BITS, SIGNED), llvm::ElementCount::getScalable(ELTS), \ in getBuiltinVectorTypeInfo()
4243 #define SVE_ELTTY(ELTTY, ELTS, NUMVECTORS) \ in getBuiltinVectorTypeInfo() argument
4244 {ELTTY, llvm::ElementCount::getScalable(ELTS), NUMVECTORS}; in getBuiltinVectorTypeInfo()