Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp1651 static bool OnlyOnRHSOfCommutative(TreePatternNode *N) { in OnlyOnRHSOfCommutative() function
1687 if (!OnlyOnRHSOfCommutative(getChild(getNumChildren()-1))) { in canPatternMatch()
1690 if (OnlyOnRHSOfCommutative(getChild(i))) { in canPatternMatch()
/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()