Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3718 static bool hasNullFragReference(DagInit *DI) { in hasNullFragReference() function
3731 if (Arg && hasNullFragReference(Arg)) in hasNullFragReference()
3740 static bool hasNullFragReference(ListInit *LI) { in hasNullFragReference() function
3744 if (hasNullFragReference(DI)) in hasNullFragReference()
3977 if (!LI || LI->empty() || hasNullFragReference(LI)) { in ParseInstructions()
4362 if (hasNullFragReference(Tree)) in ParsePatterns()