Home | History | Annotate | Download | only in crankshaft

Lines Matching full:dividend

4208       int32_t dividend = c_left->Integer32Value();
4210 if (dividend == kMinInt && divisor == -1) {
4214 int32_t res = dividend % divisor;
4215 if ((res == 0) && (dividend < 0)) {