Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc4527 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in CanMoveConditionally() local
4530 (cst_true_value != nullptr && cst_true_value->IsZeroBitPattern()); in CanMoveConditionally()
4634 locations_to_set->SetInAt(1, Location::ConstantLocation(cst_true_value)); in CanMoveConditionally()
Dcode_generator_mips.cc5993 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in CanMoveConditionally() local
5996 (cst_true_value != nullptr && cst_true_value->IsZeroBitPattern()); in CanMoveConditionally()
6188 locations_to_set->SetInAt(1, Location::ConstantLocation(cst_true_value)); in CanMoveConditionally()