Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstant.h75 bool isNotMinSignedValue() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp243 Op1C->isNotMinSignedValue() && Op1C->isNotOneValue()) { in visitImpl()
H A DInstCombineCalls.cpp1190 if (match(Arg1, m_Constant(C)) && C->isNotMinSignedValue()) { in visitCallInst()
1237 C->isNotMinSignedValue()) { in visitCallInst()
H A DInstCombineMulDivRem.cpp182 Shl->isNotMinSignedValue()) in visitMul()
H A DInstCombineAddSub.cpp1732 if (cast<Constant>(Op1)->isNotMinSignedValue() && I.hasNoSignedWrap()) in visitSub()
H A DInstCombineCompares.cpp4001 if (RHSC->isNotMinSignedValue()) in foldICmpBinOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp203 bool Constant::isNotMinSignedValue() const { in isNotMinSignedValue() function in Constant
217 if (!Elt || !Elt->isNotMinSignedValue()) in isNotMinSignedValue()