Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:RHSI

487     if (ConstantInt *RHSI = dyn_cast<ConstantInt>(II->getArgOperand(1))) {
489 if (RHSI->isZero())
493 if (RHSI->equalsInt(1)) {