Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9974 static uint64_t getRVVTypeSize(ASTContext &Context, const BuiltinType *Ty) { in getRVVTypeSize() function
10004 getTypeSize(SecondType) == getRVVTypeSize(*this, BT); in areCompatibleRVVTypes()
10009 getTypeSize(SecondType) == getRVVTypeSize(*this, BT) && in areCompatibleRVVTypes()
10042 if (getTypeSize(SecondType) != getRVVTypeSize(*this, BT)) in areLaxCompatibleRVVTypes()