Home | History | Annotate | Download | only in InstCombine

Lines Matching full:binop

1380     // If the builder folded the binop, just return it.
2965 const BinaryOperator *BinOp = dyn_cast<BinaryOperator>(U);
2966 if (!BinOp || BinOp->getOpcode() != Instruction::Sub)
2972 if (BinOp->getOperand(Op1Idx) == Op0) {
2976 if (BinOp->getOperand(Op1Idx) != Op1)