Searched refs:IsLabel (Results 1 – 3 of 3) sorted by relevance
65 return d && d->IsLabel() ? Label::cast(d) : nullptr; in TryLookupLabel()
49 bool IsLabel() const { return kind() == kLabel; } in IsLabel() function
126 if (!d->IsLabel()) { in LookupLabel()