Searched defs:IsCommutative (Results 1 – 4 of 4) sorted by relevance
94 uint64_t IsCommutative : 1; member
514 const auto IsCommutative = [](BinaryOperatorKind Op) { in evalBinOp() local
5092 bool IsCommutative = isCommutative(S.MainOp) || isCommutative(S.AltOp); in buildTree_rec() local
50985 bool IsCommutative, in isHorizontalBinOp()