Lines Matching defs:binaryOperator
400 StringRef binaryOperator) {
409 os << " " << binaryOperator << " ";
506 StringRef binaryOperator;
510 binaryOperator = "==";
513 binaryOperator = "!=";
516 binaryOperator = "<";
519 binaryOperator = "<=";
522 binaryOperator = ">";
525 binaryOperator = ">=";
528 binaryOperator = "<=>";
532 return printBinaryOperation(emitter, operation, binaryOperator);