Lines Matching refs:Is
509 DCHECK(info->output_type()->Is(output_type)); in SetOutput()
512 if (!output_type->Is(info->output_type()) || in SetOutput()
522 return GetInfo(node->InputAt(0))->output_type()->Is(Type::Signed32()) && in BothInputsAreSigned32()
523 GetInfo(node->InputAt(1))->output_type()->Is(Type::Signed32()); in BothInputsAreSigned32()
528 return GetInfo(node->InputAt(0))->output_type()->Is(Type::Unsigned32()) && in BothInputsAreUnsigned32()
529 GetInfo(node->InputAt(1))->output_type()->Is(Type::Unsigned32()); in BothInputsAreUnsigned32()
534 return GetInfo(node->InputAt(0))->output_type()->Is(type) && in BothInputsAre()
535 GetInfo(node->InputAt(1))->output_type()->Is(type); in BothInputsAre()
676 if (type->Is(Type::None())) { in GetOutputInfoForPhi()
678 } else if (type->Is(Type::Signed32()) || type->Is(Type::Unsigned32())) { in GetOutputInfoForPhi()
682 } else if (type->Is(Type::Boolean())) { in GetOutputInfoForPhi()
684 } else if (type->Is(Type::Number())) { in GetOutputInfoForPhi()
686 } else if (type->Is(Type::Internal())) { in GetOutputInfoForPhi()
778 CHECK(!type->Is(Type::None())); in DeoptValueSemanticOf()
780 if (type->Is(Type::Signed32())) { in DeoptValueSemanticOf()
782 } else if (type->Is(Type::Unsigned32())) { in DeoptValueSemanticOf()
952 NodeProperties::GetType(node)->Is(Type::Signed32())) { in VisitNode()
972 if (NodeProperties::GetType(node)->Is(Type::Signed32())) { in VisitNode()
980 NodeProperties::GetType(node)->Is(type_cache_.kSafeInteger)) { in VisitNode()
996 if (NodeProperties::GetType(node)->Is(Type::Signed32())) { in VisitNode()
1022 if (NodeProperties::GetType(node)->Is(Type::Signed32())) { in VisitNode()
1423 GetInfo(node)->output_type()->Is(GetInfo(replacement)->output_type())) { in DeferReplacement()
1640 if (m.right().Is(-1)) { in Int32Div()
1642 } else if (m.right().Is(0)) { in Int32Div()
1714 if (m.right().Is(-1) || m.right().Is(0)) { in Int32Mod()
1812 if (m.right().Is(0)) { in Uint32Div()
1832 if (m.right().Is(0)) { in Uint32Mod()
1888 if (!rhs_type->Is(type_cache_.kZeroToThirtyOne)) { in DoShift()