Searched refs:IsLaxCompatible (Results 1 – 1 of 1) sorted by relevance
9928 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleSveTypes() local9969 return IsLaxCompatible(FirstType, SecondType) || in areLaxCompatibleSveTypes()9970 IsLaxCompatible(SecondType, FirstType); in areLaxCompatibleSveTypes()10028 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleRVVTypes() local10060 return IsLaxCompatible(FirstType, SecondType) || in areLaxCompatibleRVVTypes()10061 IsLaxCompatible(SecondType, FirstType); in areLaxCompatibleRVVTypes()