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

  /external/llvm/lib/Support/
ConstantRange.cpp 64 return ConstantRange(CR.getUpper(), CR.getLower());
175 return getLower();
184 if (getLower().sle(getUpper() - 1))
188 if (getLower().isNegative() == getUpper().isNegative())
199 if (getLower().sle(getUpper() - 1))
200 return getLower();
203 if ((getUpper() - 1).slt(getLower())) {
207 return getLower();
233 return Lower.ule(Other.getLower()) && Other.getUpper().ule(Upper);
238 Lower.ule(Other.getLower());
    [all...]
  /external/llvm/include/llvm/Support/
ConstantRange.h 77 /// getLower - Return the lower value for this range...
79 const APInt &getLower() const { return Lower; }
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 177 EXPECT_EQ(TOne, ConstantRange(One.getLower().trunc(10),
190 EXPECT_EQ(ZOne, ConstantRange(One.getLower().zext(20),
192 EXPECT_EQ(ZSome, ConstantRange(Some.getLower().zext(20),
210 EXPECT_EQ(SOne, ConstantRange(One.getLower().sext(20),
212 EXPECT_EQ(SSome, ConstantRange(Some.getLower().sext(20),
  /external/llvm/lib/IR/
Metadata.cpp 418 return A.getUpper() == B.getLower() || A.getLower() == B.getUpper();
435 EndPoints[Size - 2] = ConstantInt::get(Ty, Union.getLower());
Verifier.cpp     [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 286 return OS << "constantrange<" << Val.getConstantRange().getLower() << ", "
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 393 for (APInt Tmp = Span.getLower(); Tmp != Span.getUpper(); ++Tmp)
    [all...]
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 

Completed in 82 milliseconds