Lines Matching full:signed32
268 return NodeOutputInfo(MachineRepresentation::kWord32, Type::Signed32());
476 type = Type::Signed32();
522 return GetInfo(node->InputAt(0))->output_type()->Is(Type::Signed32()) &&
523 GetInfo(node->InputAt(1))->output_type()->Is(Type::Signed32());
678 } else if (type->Is(Type::Signed32()) || type->Is(Type::Unsigned32())) {
780 if (type->Is(Type::Signed32())) {
951 if (BothInputsAre(node, Type::Signed32()) &&
952 NodeProperties::GetType(node)->Is(Type::Signed32())) {
972 if (NodeProperties::GetType(node)->Is(Type::Signed32())) {
996 if (NodeProperties::GetType(node)->Is(Type::Signed32())) {
1022 if (NodeProperties::GetType(node)->Is(Type::Signed32())) {
1348 NodeOutputInfo(MachineRepresentation::kWord64, Type::Signed32()));
1367 NodeOutputInfo(MachineRepresentation::kFloat64, Type::Signed32()));