Home
last modified time | relevance | path

Searched refs:hasNullFragReference (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2889 static bool hasNullFragReference(DagInit *DI) { in hasNullFragReference() function
2899 if (Arg && hasNullFragReference(Arg)) in hasNullFragReference()
2908 static bool hasNullFragReference(ListInit *LI) { in hasNullFragReference() function
2912 if (hasNullFragReference(DI)) in hasNullFragReference()
3132 if (!LI || LI->empty() || hasNullFragReference(LI)) { in ParseInstructions()
3440 if (hasNullFragReference(Tree)) in ParsePatterns()