Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:XorRHS

358         ConstantInt *XorRHS = cast<ConstantInt>(I->getOperand(1));
367 ConstantInt::get(I->getType(), NewMask & XorRHS->getValue());