Searched refs:GetTrueValue (Results 1 – 3 of 3) sorted by relevance
682 HInstruction* true_value = select->GetTrueValue(); in VisitSelect()
6186 HInstruction* GetTrueValue() const { return InputAt(1); } in GetTrueValue() function6193 return GetTrueValue()->CanBeNull() || GetFalseValue()->CanBeNull(); in CanBeNull()
2980 } else if (IsRecognizedCselConstant(select->GetTrueValue())) { in GetSelectVariant()