Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3640 static bool hasNullFragReference(DagInit *DI) { in hasNullFragReference() function
3653 if (Arg && hasNullFragReference(Arg)) in hasNullFragReference()
3662 static bool hasNullFragReference(ListInit *LI) { in hasNullFragReference() function
3666 if (hasNullFragReference(DI)) in hasNullFragReference()
3899 if (!LI || LI->empty() || hasNullFragReference(LI)) { in ParseInstructions()
4284 if (hasNullFragReference(Tree)) in ParsePatterns()