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

/art/compiler/optimizing/
H A Dinduction_var_range.h45 Value() : instruction(nullptr), a_constant(0), b_constant(0), is_known(false) {}
47 : instruction(a != 0 ? i : nullptr), a_constant(a), b_constant(b), is_known(true) {}
54 bool is_known; member in struct:art::InductionVarRange::Value

Completed in 27 milliseconds