Home
last modified time | relevance | path

Searched refs:GetTrueValue (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dinstruction_simplifier.cc682 HInstruction* true_value = select->GetTrueValue(); in VisitSelect()
Dnodes.h6186 HInstruction* GetTrueValue() const { return InputAt(1); } in GetTrueValue() function
6193 return GetTrueValue()->CanBeNull() || GetFalseValue()->CanBeNull(); in CanBeNull()
Dcode_generator_arm64.cc2980 } else if (IsRecognizedCselConstant(select->GetTrueValue())) { in GetSelectVariant()