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