Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc35 if (!WouldAddOverflowOrUnderflow(instr_const, constant)) { in ValueBound()
46 static bool WouldAddOverflowOrUnderflow(int32_t left, int32_t right) { in WouldAddOverflowOrUnderflow() function in art::ValueBound
1629 if (!ValueBound::WouldAddOverflowOrUnderflow(c0, -c2) && in VisitSub()
1630 !ValueBound::WouldAddOverflowOrUnderflow(c0, -c1)) { in VisitSub()