Lines Matching defs:leaf
68 "the DAG leaf must be operand or attribute");
73 assert(isConstantAttr() && "the DAG leaf must be constant attribute");
78 assert(isEnumAttrCase() && "the DAG leaf must be an enum attribute case");
87 assert(isNativeCodeCall() && "the DAG leaf must be NativeCodeCall");
92 assert(isNativeCodeCall() && "the DAG leaf must be NativeCodeCall");
97 assert(isStringAttr() && "the DAG leaf must be string attribute");
128 assert(isNativeCodeCall() && "the DAG leaf must be NativeCodeCall");
135 assert(isNativeCodeCall() && "the DAG leaf must be NativeCodeCall");
771 DagLeaf leaf = tree.getArgAsLeaf(i);
774 if (leaf.isUnspecified()) {
778 auto constraint = leaf.getAsConstraint();
779 bool isAttr = leaf.isAttrMatcher() || leaf.isEnumAttrCase() ||
780 leaf.isConstantAttr() ||