Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2443 static bool isOperandClass(const TreePatternNode *N, StringRef Class) { in isOperandClass() function
2619 if (!isOperandClass(getChild(0), "RegisterClass")) { in ApplyTypeConstraints()
2626 if (!isOperandClass(SubIdxChild, "SubRegIndex")) { in ApplyTypeConstraints()