Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3641 static bool hasNullFragReference(DagInit *DI) { in hasNullFragReference() function
3654 if (Arg && hasNullFragReference(Arg)) in hasNullFragReference()
3663 static bool hasNullFragReference(ListInit *LI) { in hasNullFragReference() function
3667 if (hasNullFragReference(DI)) in hasNullFragReference()
3900 if (!LI || LI->empty() || hasNullFragReference(LI)) { in ParseInstructions()
4285 if (hasNullFragReference(Tree)) in ParsePatterns()