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

References

lib/Transforms/Scalar/LoopUnswitch.cpp
  455         NewChain = BO->getOpcode() == Instruction::And ? OC_OpChainAnd :
  459         NewChain = BO->getOpcode() == Instruction::Or ? OC_OpChainOr :
  463         NewChain = BO->getOpcode() == Instruction::And ? OC_OpChainAnd :
  467         NewChain = OC_OpChainMixed;
  475       if (NewChain != OC_OpChainMixed) {
  477         ParentChain = NewChain;
  488         ParentChain = NewChain;