Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Largest

465   // Okay, find the largest scalar type from the other set and remove
468 MVT::SimpleValueType Largest = Other.TypeVec[Other.TypeVec.size()-1];
470 if (TypeVec[i] >= Largest) {