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

  /external/llvm/include/llvm/ADT/
APSInt.h 243 : APInt::getSignedMaxValue(numBits), Unsigned);
APInt.h 400 static APInt getSignedMaxValue(unsigned numBits) {
    [all...]
  /external/llvm/lib/Support/
ConstantRange.cpp 139 return contains(APInt::getSignedMaxValue(getBitWidth())) &&
180 APInt SignedMax(APInt::getSignedMaxValue(getBitWidth()));
APInt.cpp     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 159 llvm::APInt MaxVal = isSigned ? llvm::APInt::getSignedMaxValue(TypeWidth)
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 95 APInt Max = APInt::getSignedMaxValue(W).sext(W * 2);
InstCombineCompares.cpp 747 APInt::getSignedMaxValue(BitWidth));
    [all...]
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 437 ConstantRange SMax = ConstantRange(APInt::getSignedMaxValue(32));
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 205 milliseconds