Home
last modified time | relevance | path

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

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