Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc57 static int64_t IntPow(int64_t b, int64_t e, /*out*/ bool* overflow) { in IntPow() function
1074 int64_t fpow = IntPow(f, m, &overflow); in GenerateLastValueGeometric()