Searched defs:hasNullFragReference (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2556 /// hasNullFragReference - Return true if the DAG has any reference to the
2558 static bool hasNullFragReference(DagInit *DI) { function
2568 if (Arg && hasNullFragReference(Arg))
2575 /// hasNullFragReference - Return true if any DAG in the list references
2577 static bool hasNullFragReference(ListInit *LI) { function
2581 if (hasNullFragReference(DI))
2616 if (!LI || LI->getSize() == 0 || hasNullFragReference(LI)) {
3088 if (hasNullFragReference(Tree))

Completed in 234 milliseconds