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

References

lib/Transforms/Utils/SimplifyIndVar.cpp
  442   const SCEV *LHS = SE->getSCEV(WO->getLHS());
  443   const SCEV *RHS = SE->getSCEV(WO->getRHS());
  444   if (!willNotOverflow(SE, WO->getBinaryOp(), WO->isSigned(), LHS, RHS))
  444   if (!willNotOverflow(SE, WO->getBinaryOp(), WO->isSigned(), LHS, RHS))
  451       WO->getBinaryOp(), WO->getLHS(), WO->getRHS(), "", WO);
  451       WO->getBinaryOp(), WO->getLHS(), WO->getRHS(), "", WO);
  451       WO->getBinaryOp(), WO->getLHS(), WO->getRHS(), "", WO);
  451       WO->getBinaryOp(), WO->getLHS(), WO->getRHS(), "", WO);
  453   if (WO->isSigned())
  460   for (auto *U : WO->users()) {
  463         EVI->replaceAllUsesWith(ConstantInt::getFalse(WO->getContext()));
  475   if (WO->use_empty())
  476     WO->eraseFromParent();