Home | History | Annotate | Download | only in optimizing

Lines Matching refs:IsMul

1448              instruction->IsMul() || instruction->IsDiv() ||
1451 if ((instruction->IsMul() && HasVectorRestrictions(restrictions, kNoMul)) ||
2165 if (!v->IsMul() || v->GetType() != reduction_type) {