Searched refs:cst_true_value (Results 1 – 3 of 3) sorted by relevance
3322 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in VisitSelect() local3324 bool is_true_value_constant = cst_true_value != nullptr; in VisitSelect()3329 Operand(Int64FromConstant(cst_true_value)) : Operand(x1); in VisitSelect()3340 : Location::ConstantLocation(cst_true_value)); in VisitSelect()
4527 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in CanMoveConditionally() local4530 (cst_true_value != nullptr && cst_true_value->IsZeroBitPattern()); in CanMoveConditionally()4634 locations_to_set->SetInAt(1, Location::ConstantLocation(cst_true_value)); in CanMoveConditionally()
5993 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in CanMoveConditionally() local5996 (cst_true_value != nullptr && cst_true_value->IsZeroBitPattern()); in CanMoveConditionally()6188 locations_to_set->SetInAt(1, Location::ConstantLocation(cst_true_value)); in CanMoveConditionally()