Lines Matching refs:InputAt
825 HInstruction* index = bounds_check->InputAt(0); in VisitBoundsCheck()
826 HInstruction* array_length = bounds_check->InputAt(1); in VisitBoundsCheck()
954 HInstruction* instruction = phi->InputAt(1); in VisitPhi()
959 HInstruction* initial_value = phi->InputAt(0); in VisitPhi()
998 if (instruction->InputAt(0)->IsCondition()) { in VisitIf()
999 HCondition* cond = instruction->InputAt(0)->AsCondition(); in VisitIf()
1186 right = right->AsDivZeroCheck()->InputAt(0); in VisitRem()
1248 if (loop->IsDefinedOutOfTheLoop(array_get->InputAt(0)) && in VisitArrayGet()
1249 loop->IsDefinedOutOfTheLoop(array_get->InputAt(1))) { in VisitArrayGet()
1301 HInstruction* index = bounds_check->InputAt(0); in AddComparesWithDeoptimization()
1302 HInstruction* array_length = bounds_check->InputAt(1); in AddComparesWithDeoptimization()
1325 HInstruction* other_index = other_bounds_check->InputAt(0); in AddComparesWithDeoptimization()
1326 HInstruction* other_array_length = other_bounds_check->InputAt(1); in AddComparesWithDeoptimization()
1355 HInstruction* other_index = other_bounds_check->InputAt(0); in AddComparesWithDeoptimization()
1377 ReplaceInstruction(other_bounds_check, other_bounds_check->InputAt(0)); in AddComparesWithDeoptimization()
1395 HInstruction* index = context->InputAt(0); in InductionRangeFitsIn()
1396 HInstruction* hint = HuntForDeclaration(context->InputAt(1)); in InductionRangeFitsIn()
1424 HInstruction* index = bounds_check->InputAt(0); in TransformLoopForDynamicBCE()
1425 HInstruction* array_length = bounds_check->InputAt(1); in TransformLoopForDynamicBCE()
1442 HInstruction* other_index = other_bounds_check->InputAt(0); in TransformLoopForDynamicBCE()
1443 HInstruction* other_array_length = other_bounds_check->InputAt(1); in TransformLoopForDynamicBCE()
1466 HInstruction* other_index = other_bounds_check->InputAt(0); in TransformLoopForDynamicBCE()
1488 HInstruction* other_index = other_bounds_check->InputAt(0); in TransformLoopForDynamicBCE()
1616 if (CanHandleNullCheck(loop, length->InputAt(0), needs_taken_test)) { in CanHandleLength()
1632 HInstruction* array = check->InputAt(0); in CanHandleNullCheck()
1667 HInstruction* if_expr = control->AsIf()->InputAt(0); in CanHandleInfiniteLoop()
1670 if (index == condition->InputAt(0) || in CanHandleInfiniteLoop()
1671 index == condition->InputAt(1)) { in CanHandleInfiniteLoop()