Searched refs:cst_false_value (Results 1 – 2 of 2) sorted by relevance
3740 HConstant* cst_false_value = select->GetFalseValue()->AsConstant(); in VisitSelect() local3742 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()
5199 HConstant* cst_false_value = select->GetFalseValue()->AsConstant(); in CanMoveConditionally() local5203 (cst_false_value != nullptr && cst_false_value->IsZeroBitPattern()); in CanMoveConditionally()5385 locations_to_set->SetInAt(0, Location::ConstantLocation(cst_false_value)); in CanMoveConditionally()