Home
last modified time | relevance | path

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

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