Home
last modified time | relevance | path

Searched refs:cst_false_value (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm64.cc3740 HConstant* cst_false_value = select->GetFalseValue()->AsConstant(); in VisitSelect() local
3742 bool is_false_value_constant = cst_false_value != nullptr; in VisitSelect()
3748 Operand(Int64FromConstant(cst_false_value)) : Operand(x2); in VisitSelect()
3759 : Location::ConstantLocation(cst_false_value)); in VisitSelect()
Dcode_generator_mips.cc5199 HConstant* cst_false_value = select->GetFalseValue()->AsConstant(); in CanMoveConditionally() local
5203 (cst_false_value != nullptr && cst_false_value->IsZeroBitPattern()); in CanMoveConditionally()
5385 locations_to_set->SetInAt(0, Location::ConstantLocation(cst_false_value)); in CanMoveConditionally()