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

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 1461   assert((Opcode == Instruction::And || Opcode == Instruction::Or) &&
 1461   assert((Opcode == Instruction::And || Opcode == Instruction::Or) &&
 1465   Opcode = (Opcode == Instruction::And) ? Instruction::Or : Instruction::And;
 1465   Opcode = (Opcode == Instruction::And) ? Instruction::Or : Instruction::And;
 1472     Value *AndOr = Builder.CreateBinOp(Opcode, A, B, I.getName() + ".demorgan");