Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3462 static bool hasNullFragReference(DagInit *DI) { in hasNullFragReference() function
3472 if (Arg && hasNullFragReference(Arg)) in hasNullFragReference()
3481 static bool hasNullFragReference(ListInit *LI) { in hasNullFragReference() function
3485 if (hasNullFragReference(DI)) in hasNullFragReference()
3717 if (!LI || LI->empty() || hasNullFragReference(LI)) { in ParseInstructions()
4118 if (hasNullFragReference(Tree)) in ParsePatterns()