Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewXor

368         Instruction *NewXor = BinaryOperator::CreateXor(NewAnd, XorC);
369 return InsertNewInstWith(NewXor, *I);