Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinduction_var_range.cc124 static InductionVarRange::Value CorrectForType(InductionVarRange::Value v, DataType::Type type) { in CorrectForType() function
745 return CorrectForType(GetLinear(info, trip, in_body, is_min), info->type); in GetVal()