Searched defs:AsValueBound (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc95 static ValueBound AsValueBound(HInstruction* instruction) { function in class:art::ValueBound
1209 ValueBound value = ValueBound::AsValueBound(index);
1225 ValueBound other_value = ValueBound::AsValueBound(other_index);
1254 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant();

Completed in 81 milliseconds