Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp3708 static bool hasNullFragReference(DagInit *DI) { in hasNullFragReference() function
3723 if (Arg && hasNullFragReference(Arg)) in hasNullFragReference()
3732 static bool hasNullFragReference(ListInit *LI) { in hasNullFragReference() function
3736 if (hasNullFragReference(DI)) in hasNullFragReference()
3976 if (!LI || LI->empty() || hasNullFragReference(LI)) { in ParseInstructions()
4368 if (hasNullFragReference(Tree)) in ParsePatterns()