Searched refs:first_input (Results 1 – 3 of 3) 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()
198 HInstruction* first_input = ValueOfLocalAt(current_block_->GetPredecessors()[0], local); in InitializeBlockLocals() local203 first_input->GetType()); in InitializeBlockLocals()