Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp2660 unsigned NChild = getNumChildren(); in ApplyTypeConstraints() local
2661 if (NChild < 3) { in ApplyTypeConstraints()
2666 if (NChild % 2 == 0) { in ApplyTypeConstraints()
2676 for (unsigned I = 1; I < NChild; I += 2) { in ApplyTypeConstraints()