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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 2096     BOpc = BOp->getOpcode();
 2098       if (BOpc == Instruction::And)
 2099         BOpc = Instruction::Or;
 2100       else if (BOpc == Instruction::Or)
 2101         BOpc = Instruction::And;
 2107       BOpc != unsigned(Opc) || !BOp->hasOneUse() ||