Home | History | Annotate | Download | only in builtins

Lines Matching defs:overflow

338     Label overflow(this);
339 Branch(WordEqual(test, IntPtrConstant(0)), &overflow, next);
341 BIND(&overflow);