Lines Matching full:binop
519 // If we have a binary expr, dispatch to the subcode of the binop. A smart522 if (BinaryOperator *BinOp = dyn_cast<BinaryOperator>(S)) {523 switch (BinOp->getOpcode()) {