Searched refs:IsValidCast (Results 1 – 1 of 1) sorted by relevance
9432 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleSveTypes() local9451 return IsValidCast(FirstType, SecondType) || in areCompatibleSveTypes()9452 IsValidCast(SecondType, FirstType); in areCompatibleSveTypes()