Home | History | Annotate | Download | only in Analysis

Lines Matching refs:OpStr

186     const char *OpStr = nullptr;
188 case scAddExpr: OpStr = " + "; break;
189 case scMulExpr: OpStr = " * "; break;
190 case scUMaxExpr: OpStr = " umax "; break;
191 case scSMaxExpr: OpStr = " smax "; break;
198 OS << OpStr;