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

/art/compiler/optimizing/
H A Dinduction_var_analysis.h52 kInvariant, enumerator in enum:art::HInductionVarAnalysis::InductionClass
128 InductionInfo(kInvariant, kFetch, nullptr, nullptr, f, f->GetType());
136 return new (graph_->GetArena()) InductionInfo(kInvariant, op, a, b, nullptr, type);

Completed in 37 milliseconds