Searched refs:simplifyAndCommutative (Results 1 – 1 of 1) sorted by relevance
2008 static Value *simplifyAndCommutative(Value *Op0, Value *Op1, in simplifyAndCommutative() function2086 if (Value *Res = simplifyAndCommutative(Op0, Op1, Q, MaxRecurse)) in simplifyAndInst()2088 if (Value *Res = simplifyAndCommutative(Op1, Op0, Q, MaxRecurse)) in simplifyAndInst()