Lines Matching defs:Xor
997 case Instruction::Xor:
1247 case Instruction::Xor:
1282 case Instruction::Xor:
1584 case Instruction::Xor:
1606 case Instruction::Xor:
1619 if (I->getOpcode() != Instruction::Xor)
1702 case Instruction::Xor:
1720 case Instruction::Xor:
1747 Instruction *Xor = dyn_cast<Instruction>(I->getOperand(0));
1749 if (!Xor || !C0)
1751 if (Xor->getOpcode() != Instruction::Xor)
1753 Instruction *And0 = dyn_cast<Instruction>(Xor->getOperand(0));
1754 Instruction *And1 = dyn_cast<Instruction>(Xor->getOperand(1));