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

Declarations

include/llvm/IR/Constant.h
   68   bool isNotMinSignedValue() const;

References

lib/IR/Constants.cpp
  192       if (!Elt || !Elt->isNotMinSignedValue())
lib/Transforms/InstCombine/InstCombineAddSub.cpp
 1696       if (cast<Constant>(Op1)->isNotMinSignedValue() && I.hasNoSignedWrap())
lib/Transforms/InstCombine/InstCombineCalls.cpp
 2061     if (match(Arg1, m_Constant(C)) && C->isNotMinSignedValue()) {
 2111         C->isNotMinSignedValue()) {
lib/Transforms/InstCombine/InstCombineCompares.cpp
 3892         if (RHSC->isNotMinSignedValue())
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  209           Shl->isNotMinSignedValue())