Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isCommutative

211     if (I.isCommutative() && getComplexity(I.getOperand(0)) <
269 if (I.isAssociative() && I.isCommutative()) {
391 if (Instruction::isCommutative(ROp))
453 bool InnerCommutative = Instruction::isCommutative(InnerOpcode);
569 (Instruction::isCommutative(InnerOpcode) && L == B && R == A))
594 (Instruction::isCommutative(InnerOpcode) && L == C && R == B))