Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3717 static bool hasNullFragReference(DagInit *DI) { in hasNullFragReference() function
3730 if (Arg && hasNullFragReference(Arg)) in hasNullFragReference()
3739 static bool hasNullFragReference(ListInit *LI) { in hasNullFragReference() function
3743 if (hasNullFragReference(DI)) in hasNullFragReference()
3976 if (!LI || LI->empty() || hasNullFragReference(LI)) { in ParseInstructions()
4361 if (hasNullFragReference(Tree)) in ParsePatterns()