Home | History | Annotate | Download | only in InstCombine

Lines Matching full:newmask

359 NewMask = ~(LHSKnownOne & RHSKnownOne & DemandedMask);
362 ConstantInt::get(I->getType(), NewMask & AndRHS->getValue());
367 ConstantInt::get(I->getType(), NewMask & XorRHS->getValue());