HomeSort by relevance Sort by last modified time
    Searched refs:isMinSignedValue (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/IR/
Constant.h 73 bool isMinSignedValue() const;
Constants.h 200 return Val.isMinSignedValue();
    [all...]
  /external/llvm/lib/IR/
ConstantRange.cpp 77 if (SMax.isMinSignedValue())
113 if (SMin.isMinSignedValue())
514 if (Upper.isMinSignedValue())
Constants.cpp 150 bool Constant::isMinSignedValue() const {
157 return CFP->getValueAPF().bitcastToAPInt().isMinSignedValue();
162 return Splat->isMinSignedValue();
167 return Splat->isMinSignedValue();
179 return !CFP->getValueAPF().bitcastToAPInt().isMinSignedValue();
    [all...]
ConstantFold.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 368 bool isMinSignedValue() const {
396 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 102 if (IsSigned && C1.isMinSignedValue() && C2.isAllOnesValue())
    [all...]
InstructionCombining.cpp 541 if (match(V, m_APInt(CInt)) && !CInt->isMinSignedValue())
    [all...]
  /external/llvm/unittests/ADT/
APIntTest.cpp 148 EXPECT_FALSE(zero.isMinSignedValue());
149 EXPECT_TRUE(one.isMinSignedValue());
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 371 bool Overflow = !Result.isUnsigned() && Result.Val.isMinSignedValue();
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 1045 milliseconds