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

  /external/llvm/lib/Support/
ConstantRange.cpp 75 return ConstantRange(APInt::getSignedMinValue(W), SMax);
87 return ConstantRange(APInt::getSignedMinValue(W), SMax + 1);
99 return ConstantRange(SMin + 1, APInt::getSignedMinValue(W));
111 return ConstantRange(SMin, APInt::getSignedMinValue(W));
140 contains(APInt::getSignedMinValue(getBitWidth()));
195 APInt SignedMin(APInt::getSignedMinValue(getBitWidth()));
APInt.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APSInt.h 250 : APInt::getSignedMinValue(numBits), Unsigned);
APInt.h 412 static APInt getSignedMinValue(unsigned numBits) {
418 /// getSignBit - This is just a wrapper function of getSignedMinValue(), and
422 return getSignedMinValue(BitWidth);
    [all...]
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 358 APInt::getSignedMinValue(16)));
361 APInt::getSignedMinValue(16)));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 94 APInt Min = APInt::getSignedMinValue(W).sext(W * 2);
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 758 APInt Mod = APInt::getSignedMinValue(W+1);
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]

Completed in 130 milliseconds