Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2237 static bool isOperandClass(const TreePatternNode *N, StringRef Class) { in isOperandClass() function
2413 if (!isOperandClass(getChild(0), "RegisterClass")) { in ApplyTypeConstraints()
2420 if (!isOperandClass(SubIdxChild, "SubRegIndex")) { in ApplyTypeConstraints()