Searched refs:isOrXorXorTree (Results 1 – 1 of 1) sorted by relevance
22029 static bool isOrXorXorTree(SDValue X, bool Root = true) { in isOrXorXorTree() function22031 return isOrXorXorTree(X.getOperand(0), false) && in isOrXorXorTree()22032 isOrXorXorTree(X.getOperand(1), false); in isOrXorXorTree()22086 bool IsOrXorXorTreeCCZero = isNullConstant(Y) && isOrXorXorTree(X); in combineVectorSizedSetCCEquality()