Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h75 bool isNotMinSignedValue() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp243 Op1C->isNotMinSignedValue() && Op1C->isNotOneValue()) { in visitImpl()
H A DInstCombineCalls.cpp1225 if (match(Arg1, m_Constant(C)) && C->isNotMinSignedValue()) { in visitCallInst()
1272 C->isNotMinSignedValue()) { in visitCallInst()
H A DInstCombineMulDivRem.cpp182 Shl->isNotMinSignedValue()) in visitMul()
H A DInstCombineAddSub.cpp1753 if (cast<Constant>(Op1)->isNotMinSignedValue() && I.hasNoSignedWrap()) in visitSub()
H A DInstCombineCompares.cpp4069 if (RHSC->isNotMinSignedValue()) in foldICmpBinOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp170 bool Constant::isNotMinSignedValue() const { in isNotMinSignedValue() function in Constant
183 if (!Elt || !Elt->isNotMinSignedValue()) in isNotMinSignedValue()
192 return SplatVal->isNotMinSignedValue(); in isNotMinSignedValue()