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

  /external/llvm/lib/Support/
ConstantRange.cpp 47 assert((L != U || (L.isMaxValue() || L.isMinValue())) &&
67 if (UMax.isMinValue())
103 if (UMin.isMinValue())
125 return Lower == Upper && Lower.isMinValue();
642 if (umax.isMinValue())
  /external/llvm/include/llvm/
Constants.h 194 bool isMinValue(bool isSigned) const {
198 return Val.isMinValue();
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 192 if (cast<ConstantInt>(Leaf.Low)->isMinValue(true /*isSigned*/)) {
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineSelect.cpp 359 && CI->isMinValue(Pred == ICmpInst::ICMP_SLT))
    [all...]
InstCombineAndOrXor.cpp 349 if (cast<ConstantInt>(Lo)->isMinValue(isSigned)) {
367 if (cast<ConstantInt>(Lo)->isMinValue(isSigned)) {
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 337 bool isMinValue() const {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 815 if (CI->isNegative() && !CI->isMinValue(true)) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 244 milliseconds