Searched defs:IsCommutative (Results 1 – 2 of 2) sorted by relevance
3839 virtual bool IsCommutative() const { return false; } in IsCommutative() function4817 virtual bool IsCommutative() const OVERRIDE { in IsCommutative() function4926 virtual bool IsCommutative() const OVERRIDE { in IsCommutative() function5046 virtual bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function5079 virtual bool IsCommutative() const OVERRIDE { return true; } in IsCommutative() function
22965 static bool isHorizontalBinOp(SDValue &LHS, SDValue &RHS, bool IsCommutative) { in isHorizontalBinOp()