Searched refs:first_input (Results 1 – 3 of 3) sorted by relevance
781 HInstruction* first_input = phi->InputAt(0); in VisitPhi() local782 ReferenceTypeInfo first_input_rti = first_input->GetReferenceTypeInfo(); in VisitPhi()783 if (first_input_rti.IsValid() && !first_input->IsNullConstant()) { in VisitPhi()784 phi->SetCanBeNull(first_input->CanBeNull()); in VisitPhi()
64 HInstruction* first_input = phi->InputAt(0); in ArePhiInputsTheSame() local66 if (phi->InputAt(i) != first_input) { in ArePhiInputsTheSame()
234 HInstruction* first_input = ValueOfLocalAt(current_block_->GetPredecessors()[0], local); in InitializeBlockLocals() local239 first_input->GetType()); in InitializeBlockLocals()