Home
last modified time | relevance | path

Searched refs:isNotMinSignedValue (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstant.h75 bool isNotMinSignedValue() const;
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp271 Op1C->isNotMinSignedValue() && Op1C->isNotOneValue()) { in visitImpl()
H A DInstCombineCalls.cpp1648 if (match(Arg1, m_Constant(C)) && C->isNotMinSignedValue()) { in visitCallInst()
1695 C->isNotMinSignedValue()) { in visitCallInst()
H A DInstCombineMulDivRem.cpp185 Shl->isNotMinSignedValue()) in visitMul()
H A DInstCombineAddSub.cpp1825 if (cast<Constant>(Op1)->isNotMinSignedValue() && I.hasNoSignedWrap()) in visitSub()
H A DInstCombineCompares.cpp4355 if (RHSC->isNotMinSignedValue()) in foldICmpBinOp()
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp172 bool Constant::isNotMinSignedValue() const { in isNotMinSignedValue() function in Constant
185 if (!Elt || !Elt->isNotMinSignedValue()) in isNotMinSignedValue()
194 return SplatVal->isNotMinSignedValue(); in isNotMinSignedValue()