Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2684 static bool OnlyOnRHSOfCommutative(TreePatternNode *N) { in OnlyOnRHSOfCommutative() function
2725 if (!OnlyOnRHSOfCommutative(getChild(getNumChildren()-1))) { in canPatternMatch()
2728 if (OnlyOnRHSOfCommutative(getChild(i))) { in canPatternMatch()