Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewMask

349         APInt NewMask = ~(LHSKnownOne & RHSKnownOne & DemandedMask);
352 ConstantInt::get(I->getType(), NewMask & AndRHS->getValue());
357 NewMask & XorRHS->getValue());