Searched refs:IsValidCast (Results 1 – 2 of 2) sorted by relevance
1447 auto IsValidCast = [&](QualType FirstType, QualType SecondType) { in areCompatibleSveTypes() local1469 return IsValidCast(FirstType, SecondType) || in areCompatibleSveTypes()1470 IsValidCast(SecondType, FirstType); in areCompatibleSveTypes()
10552 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleRVVTypes() local10590 return IsValidCast(FirstType, SecondType) || in areCompatibleRVVTypes()10591 IsValidCast(SecondType, FirstType); in areCompatibleRVVTypes()