Home
last modified time | relevance | path

Searched refs:kLE (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dinduction_var_analysis.h78 kLE, enumerator
H A Dinduction_var_analysis.cc1040 case kCondLE: op = kLE; break; in VisitTripCount()
1406 case kLE: inv += " <= "; break; in InductionToString()
H A Dinduction_var_range.cc1226 case HInductionVarAnalysis::kLE: in GenerateCode()
1248 case HInductionVarAnalysis::kLE: in GenerateCode()
H A Dnodes_vector.h1341 kLE, // signed less than or equal. enumerator