Home | History | Annotate | Download | only in TableGen

Lines Matching full:isleaf

199   assert(N->isLeaf() && "Not a leaf?");
279 assert(!N->isLeaf() && "Not an operator?");
294 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() &&
451 if (N->isLeaf())
569 if (!N->isLeaf()) {
583 assert(N->isLeaf() && "Must be a leaf");
647 if (InstPatNode && !InstPatNode->isLeaf() &&
666 if (N->isLeaf())
773 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction"))
893 if (N->isLeaf())
931 if (!DstPat->isLeaf() &&DstPat->getOperator()->isSubClassOf("Instruction")){