Lines Matching refs:IsInvalid
371 return type.IsInvalid() ? NodeProperties::GetType(node) : type;
376 return type.IsInvalid() ? Type::None() : type;
401 if (GetInfo(node->InputAt(i))->feedback_type().IsInvalid()) {
481 if (!type.IsInvalid()) {
505 if (type.IsInvalid()) {
517 if (!type.IsInvalid() && new_type.Is(type)) return false;
538 if (!feedback_type.IsInvalid() && feedback_type != static_type) {
567 if (current.IsInvalid() || previous.IsInvalid()) {
756 if (!info->feedback_type().IsInvalid()) {
966 if (input_type.IsInvalid()) {
4127 DCHECK(!type.IsInvalid());