Searched defs:IsCommutative (Results 1 – 3 of 3) sorted by relevance
93 uint64_t IsCommutative : 1; member
34 bool IsCommutative; member
36348 static bool isHorizontalBinOp(SDValue &LHS, SDValue &RHS, bool IsCommutative) { in isHorizontalBinOp()