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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2494 unsigned NChild = getNumChildren(); local
2495 if (NChild < 3) {
2500 if (NChild % 2 == 0) {
2510 for (unsigned I = 1; I < NChild; I += 2) {

Completed in 61 milliseconds