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

  /external/llvm/lib/Support/
ConstantRange.cpp 73 if (SMax.isMinSignedValue())
109 if (SMin.isMinSignedValue())
APInt.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 344 bool isMinSignedValue() const {
374 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /external/llvm/include/llvm/
Constants.h 196 return Val.isMinSignedValue();
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 346 bool Overflow = !Result.isUnsigned() && Result.Val.isMinSignedValue();
  /external/llvm/lib/VMCore/
ConstantFold.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 799 milliseconds