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

  /external/llvm/lib/Support/
ConstantRange.cpp 140 return contains(APInt::getSignedMaxValue(getBitWidth())) &&
182 APInt SignedMax(APInt::getSignedMaxValue(getBitWidth()));
APInt.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APSInt.h 256 : APInt::getSignedMaxValue(numBits), Unsigned);
APInt.h 423 static APInt getSignedMaxValue(unsigned numBits) {
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 173 llvm::APInt MaxVal = isSigned ? llvm::APInt::getSignedMaxValue(TypeWidth)
    [all...]
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 504 ConstantRange SMax = ConstantRange(APInt::getSignedMaxValue(32));
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
DependenceAnalysis.cpp     [all...]
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 94 APInt Max = APInt::getSignedMaxValue(W).sext(W * 2);
    [all...]
InstCombineCompares.cpp 780 APInt::getSignedMaxValue(BitWidth));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 2012 milliseconds