Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Predicates

238   std::vector<Record*> Predicates = Rec->getValueAsListOfDefs("Predicates");
239 for (unsigned i = 0, e = Predicates.size(); i != e; ++i) {
240 if (Predicates[i]->getName().find("Not64Bit") != Name.npos ||
241 Predicates[i]->getName().find("In32Bit") != Name.npos) {
245 if (Predicates[i]->getName().find("In64Bit") != Name.npos) {