Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier.cc1835 int64_t cst_value = Int64FromConstant(input_cst); in TryToReuseDiv() local
1836 if (cst_value == std::numeric_limits<int64_t>::min() || IsPowerOfTwo(std::abs(cst_value))) { in TryToReuseDiv()