Home | History | Annotate | Download | only in compiler

Lines Matching refs:is_double

257       return this->is_double();
1412 if ((!state || state->has_double()) && this->is_double())
1416 if ((!state || state->has_double()) && desired->is_double()) {