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