Home | History | Annotate | Download | only in Analysis

Lines Matching refs:OpStr

190     const char *OpStr = nullptr;
192 case scAddExpr: OpStr = " + "; break;
193 case scMulExpr: OpStr = " * "; break;
194 case scUMaxExpr: OpStr = " umax "; break;
195 case scSMaxExpr: OpStr = " smax "; break;
202 OS << OpStr;