Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.cc208 cached->GetFalseValue() == select->GetFalseValue() && in Run()
Dreference_type_propagation.cc813 ReferenceTypeInfo false_rti = select->GetFalseValue()->GetReferenceTypeInfo(); in FixUpInstructionType()
Dinstruction_simplifier.cc926 HInstruction* false_value = select->GetFalseValue(); in VisitSelect()
Dnodes.h7595 HInstruction* GetFalseValue() const { return InputAt(0); } in GetFalseValue() function
7605 return GetTrueValue()->CanBeNull() || GetFalseValue()->CanBeNull(); in CanBeNull()
Dcode_generator_arm64.cc3323 HConstant* cst_false_value = select->GetFalseValue()->AsConstant(); in VisitSelect()
Dcode_generator_mips64.cc4528 HConstant* cst_false_value = select->GetFalseValue()->AsConstant(); in CanMoveConditionally()
Dcode_generator_arm_vixl.cc2668 locations->SetInAt(0, Arm8BitEncodableConstantOrRegister(select->GetFalseValue())); in VisitSelect()
Dcode_generator_mips.cc5994 HConstant* cst_false_value = select->GetFalseValue()->AsConstant(); in CanMoveConditionally()