Searched refs:IsLaxCompatible (Results 1 – 2 of 2) sorted by relevance
1491 auto IsLaxCompatible = [&](QualType FirstType, QualType SecondType) { in areLaxCompatibleSveTypes() local1534 return IsLaxCompatible(FirstType, SecondType) || in areLaxCompatibleSveTypes()1535 IsLaxCompatible(SecondType, FirstType); in areLaxCompatibleSveTypes()
10601 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleRVVTypes() local10633 return IsLaxCompatible(FirstType, SecondType) || in areLaxCompatibleRVVTypes()10634 IsLaxCompatible(SecondType, FirstType); in areLaxCompatibleRVVTypes()