Searched refs:GatherChildrenOfAssociativeOpcode (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3633 static void GatherChildrenOfAssociativeOpcode(TreePatternNode *N, function
3648 GatherChildrenOfAssociativeOpcode(N->getChild(0), Children);
3653 GatherChildrenOfAssociativeOpcode(N->getChild(1), Children);
3676 GatherChildrenOfAssociativeOpcode(N, MaximalChildren);

Completed in 57 milliseconds