Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc96 static ValueBound AsValueBound(HInstruction* instruction) { in AsValueBound() function in art::ValueBound
1412 ValueBound value = ValueBound::AsValueBound(index); in AddComparesWithDeoptimization()
1428 ValueBound other_value = ValueBound::AsValueBound(other_index); in AddComparesWithDeoptimization()
1457 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in AddComparesWithDeoptimization()
1531 ValueBound value = ValueBound::AsValueBound(index); in TransformLoopForDynamicBCE()
1545 ValueBound other_value = ValueBound::AsValueBound(other_index); in TransformLoopForDynamicBCE()
1568 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in TransformLoopForDynamicBCE()
1590 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant(); in TransformLoopForDynamicBCE()