Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewAnd

363         Instruction *NewAnd = BinaryOperator::CreateAnd(I->getOperand(0), AndC);
364 InsertNewInstWith(NewAnd, *I);
368 Instruction *NewXor = BinaryOperator::CreateXor(NewAnd, XorC);