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

/art/compiler/optimizing/
H A Dcode_generator_arm64.cc3739 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); local
3741 bool is_true_value_constant = cst_true_value != nullptr;
3746 Operand(Int64FromConstant(cst_true_value)) : Operand(x1);
3757 : Location::ConstantLocation(cst_true_value));
H A Dcode_generator_mips.cc5198 HConstant* cst_true_value = select->GetTrueValue()->AsConstant();
5201 (cst_true_value != nullptr && cst_true_value->IsZeroBitPattern());
5393 locations_to_set->SetInAt(1, Location::ConstantLocation(cst_true_value));

Completed in 122 milliseconds