Searched refs:other_constant (Results 1 – 1 of 1) sorted by relevance
3677 HConstant* other_constant = HConstant::cast(other); in DataEquals() local3679 return other_constant->has_int32_value_ && in DataEquals()3680 int32_value_ == other_constant->int32_value_; in DataEquals()3682 return other_constant->has_double_value_ && in DataEquals()3684 bit_cast<int64_t>(other_constant->double_value_); in DataEquals()3686 return other_constant->has_external_reference_value_ && in DataEquals()3688 other_constant->external_reference_value_; in DataEquals()3690 if (other_constant->has_int32_value_ || in DataEquals()3691 other_constant->has_double_value_ || in DataEquals()3692 other_constant->has_external_reference_value_) { in DataEquals()[all …]