Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h76 bool isNotMinSignedValue() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp283 Op1C->isNotMinSignedValue() && Op1C->isNotOneValue()) { in visitImpl()
H A DInstCombineMulDivRem.cpp241 if (HasNSW && Mul->hasNoSignedWrap() && Shl->isNotMinSignedValue()) in visitMul()
273 HasNSW && Op1C->isNotMinSignedValue())); in visitMul()
H A DInstCombineCalls.cpp2206 if (match(Arg1, m_Constant(C)) && C->isNotMinSignedValue()) { in visitCallInst()
2267 C->isNotMinSignedValue()) { in visitCallInst()
H A DInstCombineAddSub.cpp2137 if (cast<Constant>(Op1)->isNotMinSignedValue() && I.hasNoSignedWrap()) in visitSub()
H A DInstCombineCompares.cpp5187 if (RHSC->isNotMinSignedValue()) in foldICmpBinOp()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp186 bool Constant::isNotMinSignedValue() const { in isNotMinSignedValue() function in Constant
199 if (!Elt || !Elt->isNotMinSignedValue()) in isNotMinSignedValue()
208 return SplatVal->isNotMinSignedValue(); in isNotMinSignedValue()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4463 if (!ConstOps[0]->isNotMinSignedValue()) in simplifyWithOpReplaced()