Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Xor

180   case Instruction::Xor:
362 case Instruction::Xor:
590 // icmp ne A, B is equal to xor A, B when A and B only really have one bit.
591 // It is also profitable to transform icmp eq into not(xor(A, B)) because that
676 case Instruction::Xor:
687 // If the operation is an AND/OR/XOR and the bits to clear are zero in the
691 Opc == Instruction::Xor)) {
873 if (SrcI && SrcI->getOpcode() == Instruction::Xor && SrcI->hasOneUse())
887 // zext (xor i1 X, true) to i32 --> xor (zext i1 X to i32), 1
1027 case Instruction::Xor: