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

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1987 /// OnlyOnRHSOfCommutative - Return true if this value is only allowed on the
1989 static bool OnlyOnRHSOfCommutative(TreePatternNode *N) { function
2028 if (!OnlyOnRHSOfCommutative(getChild(getNumChildren()-1))) {
2031 if (OnlyOnRHSOfCommutative(getChild(i))) {

Completed in 54 milliseconds