Lines Matching refs:GetUpperBound

515     new_type = Type::Intersect(GetUpperBound(node), new_type, graph_zone());
822 Type GetUpperBound(Node* node) { return NodeProperties::GetType(node); }
826 return !GetUpperBound(node->InputAt(0)).Maybe(type);
831 return GetUpperBound(node->InputAt(0)).Is(type);
844 return GetUpperBound(node->InputAt(0)).Is(type) &&
845 GetUpperBound(node->InputAt(1)).Is(type);
855 return !GetUpperBound(node->InputAt(0)).Maybe(type) ||
856 !GetUpperBound(node->InputAt(1)).Maybe(type);
1576 Type left_upper = GetUpperBound(node->InputAt(0));
1577 Type right_upper = GetUpperBound(node->InputAt(1));
1588 if (GetUpperBound(node).Is(Type::Signed32()) ||
1589 GetUpperBound(node).Is(Type::Unsigned32()) ||
1668 (GetUpperBound(node).Is(Type::Signed32()) ||
1669 GetUpperBound(node).Is(Type::Unsigned32()) ||
2398 GetUpperBound(node).Is(type_cache_->kSafeInteger)) {
2625 Type rhs_type = GetUpperBound(node->InputAt(1));
2637 Type rhs_type = GetUpperBound(node->InputAt(1));
2648 Type rhs_type = GetUpperBound(node->InputAt(1));
2659 Type rhs_type = GetUpperBound(node->InputAt(1));
2671 Type rhs_type = GetUpperBound(node->InputAt(1));
2682 Type rhs_type = GetUpperBound(node->InputAt(1));
2693 Type rhs_type = GetUpperBound(node->InputAt(1));
2705 Type rhs_type = GetUpperBound(node->InputAt(1));
3670 Type const input_type = GetUpperBound(node->InputAt(0));
3698 Type const input_type = GetUpperBound(node->InputAt(0));
3724 Type const input_type = GetUpperBound(node->InputAt(0));
3752 Type const input_type = GetUpperBound(node->InputAt(0));
3775 Type const input_type = GetUpperBound(node->InputAt(0));