Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1859 unsigned NChild = getNumChildren(); in ApplyTypeConstraints() local
1860 if (NChild < 3) { in ApplyTypeConstraints()
1865 if (NChild % 2 == 0) { in ApplyTypeConstraints()
1875 for (unsigned I = 1; I < NChild; I += 2) { in ApplyTypeConstraints()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2360 unsigned NChild = getNumChildren(); in ApplyTypeConstraints() local
2361 if (NChild < 3) { in ApplyTypeConstraints()
2366 if (NChild % 2 == 0) { in ApplyTypeConstraints()
2376 for (unsigned I = 1; I < NChild; I += 2) { in ApplyTypeConstraints()