Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isCommutativeBinOp

3101   if (N1C && !N2C && isCommutativeBinOp(Opcode)) {
3110 if (!N2CFP && isCommutativeBinOp(Opcode)) {
3163 if (isCommutativeBinOp(Opcode)) {