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

References

lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  292     std::swap(LHS, RHS);
  296     if (match(RHS, m_ConstantInt<0>())) {
  303     std::swap(LHS, RHS);
  307     if (match(RHS, m_ConstantInt<-1>())) {
  313       Index = RHS;
  320     std::swap(LHS, RHS);
  325       Index = RHS;