Searched refs:other_value (Results 1 – 2 of 2) sorted by relevance
1327 ValueBound other_value = ValueBound::AsValueBound(other_index); in AddComparesWithDeoptimization() local1328 if (array_length == other_array_length && base == other_value.GetInstruction()) { in AddComparesWithDeoptimization()1342 int32_t other_c = other_value.GetConstant(); in AddComparesWithDeoptimization()1444 ValueBound other_value = ValueBound::AsValueBound(other_index); in TransformLoopForDynamicBCE() local1445 int32_t other_c = other_value.GetConstant(); in TransformLoopForDynamicBCE()1446 if (array_length == other_array_length && base == other_value.GetInstruction()) { in TransformLoopForDynamicBCE()
900 int64_t other_value = Int64FromConstant(other); in AllowInMinMax() local904 if (is_max ? (value >= other_value) : (value <= other_value)) { in AllowInMinMax()