Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Predicates

235   std::vector<Record*> Predicates = Rec->getValueAsListOfDefs("Predicates");
236 for (unsigned i = 0, e = Predicates.size(); i != e; ++i) {
237 if (Predicates[i]->getName().find("64Bit") != Name.npos) {