Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:AndRHS

357         ConstantInt *AndRHS = cast<ConstantInt>(LHSInst->getOperand(1));
362 ConstantInt::get(I->getType(), NewMask & AndRHS->getValue());