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 353 bool isMinSignedValue() const {
377 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 367 bool Overflow = !Result.isUnsigned() && Result.Val.isMinSignedValue();
  /external/llvm/include/llvm/IR/
Constants.h 200 return Val.isMinSignedValue();
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 160 milliseconds