Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2752 static bool OnlyOnRHSOfCommutative(TreePatternNode *N) { in OnlyOnRHSOfCommutative() function
2793 if (!OnlyOnRHSOfCommutative(getChild(getNumChildren()-1))) { in canPatternMatch()
2796 if (OnlyOnRHSOfCommutative(getChild(i))) { in canPatternMatch()