Searched refs:WouldAddOverflowOrUnderflow (Results 1 – 1 of 1) sorted by relevance
41 if (!WouldAddOverflowOrUnderflow(instr_const, constant)) { in ValueBound()52 static bool WouldAddOverflowOrUnderflow(int32_t left, int32_t right) { in WouldAddOverflowOrUnderflow() function in art::ValueBound80 if (!WouldAddOverflowOrUnderflow(right_so_far, c)) { in IsAddOrSubAConstant()1060 if (!ValueBound::WouldAddOverflowOrUnderflow(c0, -c2) && in VisitSub()1061 !ValueBound::WouldAddOverflowOrUnderflow(c0, -c1)) { in VisitSub()