Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp2739 static bool OnlyOnRHSOfCommutative(TreePatternNode &N) { in OnlyOnRHSOfCommutative() function
2780 if (!OnlyOnRHSOfCommutative(getChild(getNumChildren() - 1))) { in canPatternMatch()
2783 if (OnlyOnRHSOfCommutative(getChild(i))) { in canPatternMatch()