Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:AndRHS

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