Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc3438 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in VisitSelect() local
3440 bool is_true_value_constant = cst_true_value != nullptr; in VisitSelect()
3445 Operand(Int64FromConstant(cst_true_value)) : Operand(x1); in VisitSelect()
3456 : Location::ConstantLocation(cst_true_value)); in VisitSelect()