Home | History | Annotate | Download | only in IR

Lines Matching refs:RHSC

243     if (ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS))
244 if (RHSC->isAllOnesValue())
245 return RHSC;