Lines Matching refs:Int32Constant

208   return SelectConstant<Int32T>(condition, Int32Constant(true_value),
209 Int32Constant(false_value));
670 TNode<Word32T> rhs = Int32Sub(Signed(value), Int32Constant(1));
958 GotoIf(Word32Equal(int_b, Int32Constant(0)), &return_nan);
962 Branch(Int32LessThanOrEqual(Int32Constant(0), int_a), &if_aisnotnegative,
979 GotoIfNot(Word32Equal(int_a, Int32Constant(kMinInt)), &join);
980 GotoIf(Word32Equal(int_b, Int32Constant(-1)), &return_minuszero);
990 GotoIf(Word32Equal(r, Int32Constant(0)), &return_minuszero);
1032 TNode<Int32T> zero = Int32Constant(0);
1096 Branch(Word32Equal(untagged_divisor, Int32Constant(-1)),
1103 Int32Constant(kSmiValueSize == 32 ? kMinInt : (kMinInt >> 1))),
1148 Int32Constant(kSmiTagMask)),
1149 Int32Constant(0));
1162 Int32Constant(0));
1175 Int32Constant(0),
1528 Branch(Word32Equal(length, Int32Constant(0)), if_false, if_true);
1754 return Word32NotEqual(LoadInstanceType(object), Int32Constant(instance_type));
1782 Word32Equal(kind, Int32Constant(FAST_STRING_WRAPPER_ELEMENTS)),
1783 Word32Equal(kind, Int32Constant(SLOW_STRING_WRAPPER_ELEMENTS)));
2127 Int32Constant(kHeapObjectTagMask)),
2128 Int32Constant(kHeapObjectTag));
2140 Int32Constant(kHeapObjectTagMask)),
2141 Int32Constant(kWeakHeapObjectTag));
2146 Int32Constant(kClearedWeakHeapObjectLower32));
2192 Int32Constant(kWeakHeapObjectMask)));
2382 TVARIABLE(Word32T, var_sign, Int32Constant(BigInt::SignBits::encode(false)));
2398 var_sign = Int32Constant(BigInt::SignBits::encode(true));
2421 Int32Constant(BigInt::LengthBits::encode(1))));
2431 Int32Constant(BigInt::LengthBits::encode(2))));
2457 Int32Constant(BigInt::SignBits::encode(false) |
2466 Int32Constant(BigInt::SignBits::encode(true) |
2772 return Word32Equal(element_upper, Int32Constant(kHoleNanUpper32));
2977 Int32Constant(static_cast<int>(CodeKind::BASELINE))));
3400 Int32Constant(BigInt::LengthBits::kShift)));
3414 Int32Constant(0));
3555 Int32Constant(String::kEmptyHashField));
3577 Int32Constant(String::kEmptyHashField));
3591 Int32Constant(String::kEmptyHashField));
3924 Int32Constant(1 << Map::Bits3::ConstructionCounterBits::kShift));
4264 var_elements_kind = Int32Constant(PACKED_ELEMENTS);
4277 var_elements_kind = Int32Constant(PACKED_ELEMENTS);
4739 : ReinterpretCast<UintPtrT>(Int32Constant(kHoleNanLower32));
5032 : ReinterpretCast<UintPtrT>(Int32Constant(kHoleNanLower32));
5405 TNode<Int32T> incremented_count = Int32Add(count, Int32Constant(1));
5642 GotoIfNot(Word32Equal(ivalue, Int32Constant(0)), &if_int32);
5644 Int32Constant(0)),
5674 GotoIfNot(Word32Equal(value32, Int32Constant(0)), &if_int32);
5676 Int32Constant(0)),
6056 Branch(Word32Equal(value_instance_type, Int32Constant(instance_type)), &out,
6170 return Word32Equal(instance_type, Int32Constant(type));
6185 return Word32Equal(Word32And(LoadMapBitField3(map), Int32Constant(kMask)),
6186 Int32Constant(kExpected));
6352 Int32Constant(LAST_SPECIAL_RECEIVER_TYPE));
6358 Int32Constant(LAST_CUSTOM_ELEMENTS_RECEIVER));
6364 return Int32LessThan(instance_type, Int32Constant(FIRST_NONSTRING_TYPE));
6376 Word32And(instance_type, Int32Constant(kStringEncodingMask)),
6377 Int32Constant(kOneByteStringTag));
6384 Word32And(instance_type, Int32Constant(kStringRepresentationMask)),
6385 Int32Constant(kSeqStringTag));
6393 Int32Constant(kStringRepresentationAndEncodingMask)),
6394 Int32Constant(kSeqOneByteStringTag));
6401 Word32And(instance_type, Int32Constant(kStringRepresentationMask)),
6402 Int32Constant(kConsStringTag));
6411 Word32And(instance_type, Int32Constant(kIsIndirectStringMask)));
6418 Word32And(instance_type, Int32Constant(kStringRepresentationMask)),
6419 Int32Constant(kExternalStringTag));
6433 Int32Constant(FIRST_JS_RECEIVER_TYPE));
6473 Int32Constant(FIRST_JS_OBJECT_TYPE));
6601 Int32Constant(FIRST_FIXED_ARRAY_TYPE)),
6603 Int32Constant(LAST_FIXED_ARRAY_TYPE))));
6610 Int32LessThan(instance_type, Int32Constant(FIRST_WEAK_FIXED_ARRAY_TYPE)),
6612 Int32Constant(LAST_WEAK_FIXED_ARRAY_TYPE))));
6691 return Int32LessThanOrEqual(instance_type, Int32Constant(LAST_NAME_TYPE));
6712 Int32Constant(kIsNotStringMask | kIsNotInternalizedMask)),
6713 Int32Constant(kStringTag | kInternalizedTag));
6720 Int32Constant(kIsNotStringMask | kSharedStringMask)),
6721 Int32Constant(kStringTag | kSharedStringTag));
6783 Int32Constant(LAST_PRIMITIVE_HEAP_OBJECT_TYPE));
6795 Int32Constant(FIRST_HASH_TABLE_TYPE)),
6797 Int32Constant(LAST_HASH_TABLE_TYPE))));
7075 Branch(Int32LessThanOrEqual(code, Int32Constant(String::kMaxOneByteCharCode)),
7131 var_is_external_(Int32Constant(0), this),
7158 var_instance_type_.value(), Int32Constant(kStringRepresentationMask));
7215 var_is_external_ = Int32Constant(1);
7302 TNode<Int32T> one = Int32Constant(1);
7379 Int32Constant(10), bailout);
7729 GotoIf(Word32Equal(instance_type, Int32Constant(ODDBALL_TYPE)), &if_oddball);
7930 Int32Constant(mask >> shift)));
7953 TNode<Word32T> encoded_value = Word32Shl(value, Int32Constant(shift));
7956 CSA_DCHECK(this, Word32Equal(Word32And(word, Int32Constant(~mask)), word));
7959 masked_word = Word32And(word, Int32Constant(~mask));
7988 Int32Constant(value));
8001 value = Int32Add(value, Int32Constant(delta));
8015 value = Int32Sub(value, Int32Constant(delta));
8036 GotoIf(Word32Equal(Int32Constant(0), Int32Constant(1)), label);
8692 Word32Equal(kind, Int32Constant(static_cast<int>(PropertyKind::kData))),
8901 [=] { return Unsigned(Int32Constant(0)); },
8912 TNode<Int32T> entry_size = Int32Constant(Array::kEntrySize);
8976 TVARIABLE(Uint32T, var_low, Unsigned(Int32Constant(0)));
8978 Unsigned(Int32Sub(NumberOfEntries<Array>(array), Int32Constant(1)));
8981 CSA_DCHECK(this, Word32NotEqual(hash, Int32Constant(0)));
9009 var_low = Unsigned(Int32Add(mid, Int32Constant(1)));
9035 var_low = Unsigned(Int32Add(var_low.value(), Int32Constant(1)));
9058 ToKeyIndex<DescriptorArray>(Unsigned(Int32Constant(0))));
9389 GotoIf(Word32Equal(number_of_valid_entries, Int32Constant(0)), if_not_found);
9393 Int32Constant(kMaxElementsForLinearSearch)),
9575 Branch(Word32Equal(location, Int32Constant(static_cast<int32_t>(
9587 Int32Constant(Representation::kWasmValue)));
9604 Int32Constant(Representation::kDouble)),
9629 Int32Constant(Representation::kDouble)),
9714 Word32Equal(kind, Int32Constant(static_cast<int>(PropertyKind::kData))),
10112 GotoIf(Word32Equal(first_char, Int32Constant('-')), if_maybe_special_index);
10114 GotoIf(Word32Equal(first_char, Int32Constant('I')), if_maybe_special_index);
10116 GotoIf(Word32Equal(first_char, Int32Constant('N')), if_maybe_special_index);
10119 GotoIf(Uint32LessThan(first_char, Int32Constant('0')), if_not_special_index);
10120 GotoIf(Uint32LessThan(Int32Constant('9'), first_char), if_not_special_index);
10567 feedback_vector, FeedbackVector::kProfilerTicksOffset, Int32Constant(0));
10764 CSA_DCHECK(this, Word32Equal(value, Word32And(Int32Constant(0xFF), value)));
10882 TNode<Int32T> int32_zero = Int32Constant(0);
10883 TNode<Int32T> int32_255 = Int32Constant(255);
10897 TVARIABLE(Word32T, var_value, Int32Constant(0));
10899 var_value = Int32Constant(255);
11090 GotoIf(Word32Equal(length, Int32Constant(0)), &done);
11094 GotoIf(Word32Equal(length, Int32Constant(1)), &load_done);
11099 GotoIf(Word32Equal(sign, Int32Constant(0)), &done);
11604 Int32Constant(0));
11608 site, AllocationSite::kPretenureCreateCountOffset, Int32Constant(0));
11943 CSA_DCHECK(this, Word32NotEqual(cur_depth.value(), Int32Constant(0)));
11960 cur_depth = Unsigned(Int32Sub(cur_depth.value(), Int32Constant(1)));
11964 Branch(Word32NotEqual(cur_depth.value(), Int32Constant(0)),
12400 Word32And(instance_type, Int32Constant(kIsNotInternalizedMask)),
12401 Int32Constant(kInternalizedTag)),
13203 Int32Constant(ODDBALL_TYPE)),
13603 Int32Constant(Map::Bits1::IsCallableBit::kMask |
13607 Int32Constant(Map::Bits1::IsCallableBit::kMask)),
13610 GotoIfNot(Word32Equal(callable_or_undetectable_mask, Int32Constant(0)),
13946 right32 = Word32And(right32, Int32Constant(0x1F));
13951 right32 = Word32And(right32, Int32Constant(0x1F));
13956 right32 = Word32And(right32, Int32Constant(0x1F));
13985 right32 = Word32And(right32, Int32Constant(0x1F));
14474 Int32Constant(LAST_FAST_ELEMENTS_KIND));
14486 Int32Constant(HOLEY_SEALED_ELEMENTS));
14494 return Word32Equal(Word32Shr(elements_kind, Int32Constant(1)),
14495 Int32Constant(PACKED_DOUBLE_ELEMENTS / 2));
14504 Int32Constant(TERMINAL_FAST_ELEMENTS_KIND));
14510 Int32Constant(HOLEY_SMI_ELEMENTS));
14527 Int32Constant(LAST_ANY_NONEXTENSIBLE_ELEMENTS_KIND)));
14541 return Int32GreaterThan(target_kind, Int32Constant(reference_kind));
14546 return Int32GreaterThanOrEqual(target_kind, Int32Constant(reference_kind));
14551 return Int32LessThanOrEqual(target_kind, Int32Constant(reference_kind));
14557 return Word32NotEqual(is_debug_active, Int32Constant(0));
14566 Int32Constant(DebugInfo::ExecutionMode::kSideEffects));
14617 return Word32NotEqual(flags, Int32Constant(0));
14734 Word32Equal(data_type, Int32Constant(INTERPRETER_DATA_TYPE)));
15141 CSA_DCHECK(this, Int32LessThan(Int32Constant(descriptor),
15167 Int32Constant(static_cast<int>(PropertyConstness::kConst))),
15188 GotoIfNot(Int32LessThan(Int32Constant(max_descriptor_index),
15563 TNode<Int32T> empty32 = Int32Constant(kEmpty32);