Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h71 bool isNotMinSignedValue() const;
/external/llvm/include/llvm/IR/
DConstant.h69 bool isNotMinSignedValue() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DConstant.h69 bool isNotMinSignedValue() const;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1496 if (cast<Constant>(Op1)->isNotMinSignedValue() && I.hasNoSignedWrap()) in visitSub()
1620 C->isNotMinSignedValue() && !C->isOneValue()) in visitSub()
DInstCombineMulDivRem.cpp211 Shl->isNotMinSignedValue()) in visitMul()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1598 if (cast<Constant>(Op1)->isNotMinSignedValue() && I.hasNoSignedWrap()) in visitSub()
1752 C->isNotMinSignedValue() && !C->isOneValue()) in visitSub()
DInstCombineMulDivRem.cpp166 Shl->isNotMinSignedValue()) in visitMul()
DInstCombineCompares.cpp3241 if (RHSC->isNotMinSignedValue()) in foldICmpBinOp()
/external/llvm/lib/IR/
DConstants.cpp171 bool Constant::isNotMinSignedValue() const { in isNotMinSignedValue() function in Constant
183 return Splat->isNotMinSignedValue(); in isNotMinSignedValue()
188 return Splat->isNotMinSignedValue(); in isNotMinSignedValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstants.cpp178 bool Constant::isNotMinSignedValue() const { in isNotMinSignedValue() function in Constant
190 return Splat->isNotMinSignedValue(); in isNotMinSignedValue()