HomeSort by relevance Sort by last modified time
    Searched defs:InductionVarRange (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
induction_var_range.h 37 class InductionVarRange {
58 explicit InductionVarRange(HInductionVarAnalysis* induction);
347 DISALLOW_COPY_AND_ASSIGN(InductionVarRange);
induction_var_range.cc 109 static InductionVarRange::Value SimplifyMin(InductionVarRange::Value v) {
114 return InductionVarRange::Value(v.b_constant);
121 static InductionVarRange::Value SimplifyMax(InductionVarRange::Value v, HInstruction* hint) {
129 return InductionVarRange::Value(v.instruction->InputAt(0), 1, v.b_constant);
134 return InductionVarRange::Value(suitable, 1, v.b_constant);
141 static bool IsConstantValue(InductionVarRange::Value v) {
146 static InductionVarRange::Value CorrectForType(InductionVarRange::Value v, DataType::Type type)
    [all...]

Completed in 365 milliseconds