Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc3626 HConstant* cst_false_value = select->GetFalseValue()->AsConstant(); in VisitSelect() local
3628 bool is_false_value_constant = cst_false_value != nullptr; in VisitSelect()
3634 Operand(Int64FromConstant(cst_false_value)) : Operand(x2); in VisitSelect()
3645 : Location::ConstantLocation(cst_false_value)); in VisitSelect()