Searched refs:IsLaxCompatible (Results 1 – 1 of 1) sorted by relevance
9478 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleSveTypes() local9519 return IsLaxCompatible(FirstType, SecondType) || in areLaxCompatibleSveTypes()9520 IsLaxCompatible(SecondType, FirstType); in areLaxCompatibleSveTypes()9578 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleRVVTypes() local9610 return IsLaxCompatible(FirstType, SecondType) || in areLaxCompatibleRVVTypes()9611 IsLaxCompatible(SecondType, FirstType); in areLaxCompatibleRVVTypes()