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

  /external/llvm/lib/IR/
ConstantRange.cpp 76 return ConstantRange(APInt::getSignedMinValue(W), SMax);
88 return ConstantRange(APInt::getSignedMinValue(W), SMax + 1);
100 return ConstantRange(SMin + 1, APInt::getSignedMinValue(W));
112 return ConstantRange(SMin, APInt::getSignedMinValue(W));
141 contains(APInt::getSignedMinValue(getBitWidth()));
194 APInt SignedMin(APInt::getSignedMinValue(getBitWidth()));
Instructions.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APSInt.h 257 : APInt::getSignedMinValue(numBits), Unsigned);
APInt.h 431 static APInt getSignedMinValue(unsigned numBits) {
439 /// This is just a wrapper function of getSignedMinValue(), and it helps code
442 return getSignedMinValue(BitWidth);
    [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 428 APInt::getSignedMinValue(16)));
431 APInt::getSignedMinValue(16)));
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 768 APInt Mod = APInt::getSignedMinValue(W+1);
    [all...]
DependenceAnalysis.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 95 APInt Min = APInt::getSignedMinValue(W).sext(W * 2);
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 404 milliseconds