Searched refs:WouldAddOverflowOrUnderflow (Results 1 – 1 of 1) sorted by relevance
40 if (!WouldAddOverflowOrUnderflow(instr_const, constant)) { in ValueBound()51 static bool WouldAddOverflowOrUnderflow(int32_t left, int32_t right) { in WouldAddOverflowOrUnderflow() function in art::ValueBound79 if (!WouldAddOverflowOrUnderflow(right_so_far, c)) { in IsAddOrSubAConstant()1024 if (!ValueBound::WouldAddOverflowOrUnderflow(c0, -c2) && in VisitSub()1025 !ValueBound::WouldAddOverflowOrUnderflow(c0, -c1)) { in VisitSub()