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

References

lib/Transforms/Scalar/LoopUnswitch.cpp
  449     if (BO->getOpcode() == Instruction::And ||
  450         BO->getOpcode() == Instruction::Or) {
  455         NewChain = BO->getOpcode() == Instruction::And ? OC_OpChainAnd :
  459         NewChain = BO->getOpcode() == Instruction::Or ? OC_OpChainOr :
  463         NewChain = BO->getOpcode() == Instruction::And ? OC_OpChainAnd :
  481         if (Value *LHS = FindLIVLoopCondition(BO->getOperand(0), L, Changed,
  489         if (Value *RHS = FindLIVLoopCondition(BO->getOperand(1), L, Changed,