• Home
  • Raw
  • Download

Lines Matching refs:other_index

1325           HInstruction* other_index = other_bounds_check->InputAt(0);  in AddComparesWithDeoptimization()  local
1327 ValueBound other_value = ValueBound::AsValueBound(other_index); in AddComparesWithDeoptimization()
1330 if (array_length == other_index) { in AddComparesWithDeoptimization()
1355 HInstruction* other_index = other_bounds_check->InputAt(0); in AddComparesWithDeoptimization() local
1356 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in AddComparesWithDeoptimization()
1442 HInstruction* other_index = other_bounds_check->InputAt(0); in TransformLoopForDynamicBCE() local
1444 ValueBound other_value = ValueBound::AsValueBound(other_index); in TransformLoopForDynamicBCE()
1449 if (!induction_range_.CanGenerateRange(other_bounds_check, other_index, &b1, &b2)) { in TransformLoopForDynamicBCE()
1466 HInstruction* other_index = other_bounds_check->InputAt(0); in TransformLoopForDynamicBCE() local
1467 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in TransformLoopForDynamicBCE()
1488 HInstruction* other_index = other_bounds_check->InputAt(0); in TransformLoopForDynamicBCE() local
1489 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in TransformLoopForDynamicBCE()
1495 other_bounds_check, other_index, GetGraph(), block, &max_lower, &max_upper); in TransformLoopForDynamicBCE()
1498 other_bounds_check, other_index, GetGraph(), block, &min_lower, &min_upper); in TransformLoopForDynamicBCE()
1500 ReplaceInstruction(other_bounds_check, other_index); in TransformLoopForDynamicBCE()