Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1989 static bool OnlyOnRHSOfCommutative(TreePatternNode *N) { in OnlyOnRHSOfCommutative() function
2028 if (!OnlyOnRHSOfCommutative(getChild(getNumChildren()-1))) { in canPatternMatch()
2031 if (OnlyOnRHSOfCommutative(getChild(i))) { in canPatternMatch()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2635 static bool OnlyOnRHSOfCommutative(TreePatternNode *N) { in OnlyOnRHSOfCommutative() function
2674 if (!OnlyOnRHSOfCommutative(getChild(getNumChildren()-1))) { in canPatternMatch()
2677 if (OnlyOnRHSOfCommutative(getChild(i))) { in canPatternMatch()