Home | History | Annotate | Download | only in NVPTX

Lines Matching refs:RHSC

2184       if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) {
2185 if (RHSC->getValue() < 0) {
2186 OS << RHSC->getValue();