Searched refs:first_input (Results 1 – 2 of 2) sorted by relevance
789 HInstruction* first_input = phi->InputAt(0); in VisitPhi() local790 ReferenceTypeInfo first_input_rti = first_input->GetReferenceTypeInfo(); in VisitPhi()791 if (first_input_rti.IsValid() && !first_input->IsNullConstant()) { in VisitPhi()792 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()