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

  /external/llvm/lib/Support/
ConstantRange.cpp 47 assert((L != U || (L.isMaxValue() || L.isMinValue())) &&
79 if (UMax.isMaxValue())
91 if (UMin.isMaxValue())
119 return Lower == Upper && Lower.isMaxValue();
  /external/llvm/include/llvm/
Constants.h 182 bool isMaxValue(bool isSigned) const {
186 return Val.isMaxValue();
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 131 return RHS->isMaxValue(true);
    [all...]
InstCombineSelect.cpp 363 && CI->isMaxValue(Pred == ICmpInst::ICMP_SGT))
    [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 322 bool isMaxValue() const {
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 461 milliseconds