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

Declarations

include/llvm/Analysis/ScalarEvolution.h
  604   const SCEV *getNotSCEV(const SCEV *V);

References

lib/Analysis/ScalarEvolution.cpp
 6328           return getNotSCEV(getSCEV(BO->LHS));
 6349                   return getZeroExtendExpr(getNotSCEV(Z0), UTy);
10128                                      getNotSCEV(FoundRHS),
10129                                      getNotSCEV(FoundLHS));