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

  /external/llvm/include/llvm/IR/
Constant.h 68 bool isMinSignedValue() const;
Constants.h 199 return Val.isMinSignedValue();
    [all...]
  /external/llvm/lib/IR/
ConstantRange.cpp 74 if (SMax.isMinSignedValue())
110 if (SMin.isMinSignedValue())
450 if (Upper.isMinSignedValue())
Constants.cpp 110 bool Constant::isMinSignedValue() const {
117 return CFP->getValueAPF().bitcastToAPInt().isMinSignedValue();
122 return Splat->isMinSignedValue();
127 return Splat->isMinSignedValue();
    [all...]
ConstantFold.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 369 bool isMinSignedValue() const {
397 bool isSignBit() const { return isMinSignedValue(); }
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 372 bool Overflow = !Result.isUnsigned() && Result.Val.isMinSignedValue();
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
InstCombineMulDivRem.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 558 milliseconds