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

References

lib/Target/SystemZ/SystemZTDC.cpp
  101       if (LI && LI->getType() == Type::getInt1Ty(Ctx) &&
  101       if (LI && LI->getType() == Type::getInt1Ty(Ctx) &&
  102           (LI->getOpcode() == Instruction::And ||
  103            LI->getOpcode() == Instruction::Or ||
  104            LI->getOpcode() == Instruction::Xor)) {
  105         LogicOpsWorklist.push_back(LI);