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.cc3706 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in VisitSelect() local
3708 bool is_true_value_constant = cst_true_value != nullptr; in VisitSelect()
3713 Operand(Int64FromConstant(cst_true_value)) : Operand(x1); in VisitSelect()
3724 : Location::ConstantLocation(cst_true_value)); in VisitSelect()