Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp9419 static uint64_t getSVETypeSize(ASTContext &Context, const BuiltinType *Ty) { in getSVETypeSize() function
9443 return getTypeSize(SecondType) == getSVETypeSize(*this, BT) && in areCompatibleSveTypes()
9485 getTypeSize(SecondType) != getSVETypeSize(*this, BT)) in areLaxCompatibleSveTypes()