Lines Matching refs:BinaryOperator
1460 void StmtPrinter::VisitBinaryOperator(BinaryOperator *Node) {
1462 OS << " " << BinaryOperator::getOpcodeStr(Node->getOpcode()) << " ";
1467 OS << " " << BinaryOperator::getOpcodeStr(Node->getOpcode()) << " ";
2238 OS << " " << BinaryOperator::getOpcodeStr(E->getOperator()) << " ";
2242 OS << " " << BinaryOperator::getOpcodeStr(E->getOperator()) << " ";