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

Declarations

include/llvm/Analysis/ScalarEvolution.h
  646   const SCEV *getUMinFromMismatchedTypes(const SCEV *LHS, const SCEV *RHS);

References

lib/Analysis/ScalarEvolution.cpp
 7109             getUMinFromMismatchedTypes(MustExitMaxBECount, EL.MaxNotTaken);
 7247               getUMinFromMismatchedTypes(EL0.ExactNotTaken, EL1.ExactNotTaken);
 7254               getUMinFromMismatchedTypes(EL0.MaxNotTaken, EL1.MaxNotTaken);
 7295               getUMinFromMismatchedTypes(EL0.ExactNotTaken, EL1.ExactNotTaken);
 7302               getUMinFromMismatchedTypes(EL0.MaxNotTaken, EL1.MaxNotTaken);