Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstant.h69 bool isNotMinSignedValue() const;
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1476 if (cast<Constant>(Op1)->isNotMinSignedValue() && I.hasNoSignedWrap()) in visitSub()
1630 C->isNotMinSignedValue() && !C->isOneValue()) in visitSub()
H A DInstCombineMulDivRem.cpp166 Shl->isNotMinSignedValue()) in visitMul()
H A DInstCombineCalls.cpp2088 C->isNotMinSignedValue()) { in visitCallInst()
H A DInstCombineCompares.cpp3318 if (RHSC->isNotMinSignedValue()) in foldICmpBinOp()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp178 bool Constant::isNotMinSignedValue() const { in isNotMinSignedValue() function in Constant
192 if (!Elt || !Elt->isNotMinSignedValue()) in isNotMinSignedValue()