Home
last modified time | relevance | path

Searched defs:other_value (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination.cc1428 ValueBound other_value = ValueBound::AsValueBound(other_index); in AddComparesWithDeoptimization() local
1545 ValueBound other_value = ValueBound::AsValueBound(other_index); in TransformLoopForDynamicBCE() local
Dinstruction_simplifier.cc906 int64_t other_value = Int64FromConstant(other); in AllowInMinMax() local
Dnodes.h529 void UpdateMaximumNumberOfOutVRegs(uint16_t other_value) { in UpdateMaximumNumberOfOutVRegs()