Searched refs:other_value (Results 1 – 3 of 3) sorted by relevance
1428 ValueBound other_value = ValueBound::AsValueBound(other_index); in AddComparesWithDeoptimization() local1429 if (array_length == other_array_length && base == other_value.GetInstruction()) { in AddComparesWithDeoptimization()1443 int32_t other_c = other_value.GetConstant(); in AddComparesWithDeoptimization()1545 ValueBound other_value = ValueBound::AsValueBound(other_index); in TransformLoopForDynamicBCE() local1546 int32_t other_c = other_value.GetConstant(); in TransformLoopForDynamicBCE()1547 if (array_length == other_array_length && base == other_value.GetInstruction()) { in TransformLoopForDynamicBCE()
906 int64_t other_value = Int64FromConstant(other); in AllowInMinMax() local910 if (is_max ? (value >= other_value) : (value <= other_value)) { in AllowInMinMax()
529 void UpdateMaximumNumberOfOutVRegs(uint16_t other_value) { in UpdateMaximumNumberOfOutVRegs() argument530 maximum_number_of_out_vregs_ = std::max(maximum_number_of_out_vregs_, other_value); in UpdateMaximumNumberOfOutVRegs()