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

References

tools/polly/lib/Analysis/ScopDetection.cpp
  597   if (isa<UndefValue>(ICmp->getOperand(0)) ||
  598       isa<UndefValue>(ICmp->getOperand(1)))
  599     return invalid<ReportUndefOperand>(Context, /*Assert=*/true, &BB, ICmp);
  602   const SCEV *LHS = SE.getSCEVAtScope(ICmp->getOperand(0), L);
  603   const SCEV *RHS = SE.getSCEVAtScope(ICmp->getOperand(1), L);
  609   if (ICmp->isUnsigned() && !PollyAllowUnsignedOperations)
  614   if (ICmp->isEquality() && involvesMultiplePtrs(LHS, nullptr, L) &&
  619   if (ICmp->isRelational() && involvesMultiplePtrs(LHS, RHS, L))
  633                                      ICmp);