reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/Reassociate.cpp
 1142         if (Opcode == Instruction::And)   // ...&X&~X = 0
 1145         if (Opcode == Instruction::Or)    // ...|X|~X = -1
 1154       if (Opcode == Instruction::And || Opcode == Instruction::Or) {
 1154       if (Opcode == Instruction::And || Opcode == Instruction::Or) {
 1163       assert(Opcode == Instruction::Xor);