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