Searched refs:cst_false_value (Results 1 – 1 of 1) sorted by relevance
4007 HConstant* cst_false_value = select->GetFalseValue()->AsConstantOrNull(); in VisitSelect() local4009 bool is_false_value_constant = cst_false_value != nullptr; in VisitSelect()4015 Operand(Int64FromConstant(cst_false_value)) : Operand(x2); in VisitSelect()4026 : Location::ConstantLocation(cst_false_value)); in VisitSelect()