Home
last modified time | relevance | path

Searched refs:GetFalseValue (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dselect_generator.cc206 cached->GetFalseValue() == select->GetFalseValue() && in Run()
Dreference_type_propagation.cc772 ReferenceTypeInfo false_rti = select->GetFalseValue()->GetReferenceTypeInfo(); in FixUpInstructionType()
Dinstruction_simplifier.cc922 HInstruction* false_value = select->GetFalseValue(); in VisitSelect()
Dnodes.h7755 HInstruction* GetFalseValue() const { return InputAt(0); } in GetFalseValue() function
7765 return GetTrueValue()->CanBeNull() || GetFalseValue()->CanBeNull(); in CanBeNull()
Dcode_generator_arm64.cc3626 HConstant* cst_false_value = select->GetFalseValue()->AsConstant(); in VisitSelect()
Dcode_generator_arm_vixl.cc2852 locations->SetInAt(0, Arm8BitEncodableConstantOrRegister(select->GetFalseValue())); in VisitSelect()