Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.h383 bool TryGenerateSubWithoutOverflow(const HBasicBlock* context,
Dinduction_var_range.cc1487 return TryGenerateSubWithoutOverflow(context, loop, info, graph, opa, result); in GenerateCode()
1721 bool InductionVarRange::TryGenerateSubWithoutOverflow(const HBasicBlock* context, in TryGenerateSubWithoutOverflow() function in art::InductionVarRange