Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp1499 const LangOptions::LaxVectorConversionKind LVCKind = in areLaxCompatibleSveTypes() local
1521 if (LVCKind == LangOptions::LaxVectorConversionKind::All) in areLaxCompatibleSveTypes()
1526 if (LVCKind == LangOptions::LaxVectorConversionKind::Integer) in areLaxCompatibleSveTypes()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10611 const LangOptions::LaxVectorConversionKind LVCKind = in areLaxCompatibleRVVTypes() local
10620 if (LVCKind == LangOptions::LaxVectorConversionKind::All) in areLaxCompatibleRVVTypes()
10625 if (LVCKind == LangOptions::LaxVectorConversionKind::Integer) in areLaxCompatibleRVVTypes()