Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.cc205 if (cached->GetTrueValue() == select->GetTrueValue() && in Run()
Dreference_type_propagation.cc773 ReferenceTypeInfo true_rti = select->GetTrueValue()->GetReferenceTypeInfo(); in FixUpInstructionType()
Dinstruction_simplifier.cc921 HInstruction* true_value = select->GetTrueValue(); in VisitSelect()
Dnodes.h7756 HInstruction* GetTrueValue() const { return InputAt(1); } in GetTrueValue() function
7765 return GetTrueValue()->CanBeNull() || GetFalseValue()->CanBeNull(); in CanBeNull()
Dcode_generator_arm_vixl.cc2838 locations->SetInAt(1, Location::FpuRegisterOrConstant(select->GetTrueValue())); in VisitSelect()
2841 locations->SetInAt(1, Arm8BitEncodableConstantOrRegister(select->GetTrueValue())); in VisitSelect()
Dcode_generator_arm64.cc3625 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in VisitSelect()