Home | History | Annotate | Download | only in TableGen

Lines Matching refs:LegalTypes

79   ArrayRef<MVT::SimpleValueType> LegalTypes =
85 for (unsigned i = 0, e = LegalTypes.size(); i != e; ++i)
86 if (Pred == 0 || Pred(LegalTypes[i]))
87 TypeVec.push_back(LegalTypes[i]);