Home
last modified time | relevance | path

Searched refs:getLowerBound (Results 1 – 9 of 9) sorted by relevance

/external/apache-http/src/org/apache/http/message/
DParserCursor.java69 public int getLowerBound() { in getLowerBound() method in ParserCursor
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h787 const SCEV *getLowerBound(BoundInfo *Bound) const;
/external/llvm/lib/IR/
DLLVMContextImpl.h283 : Count(N->getCount()), LowerBound(N->getLowerBound()) {}
286 return Count == RHS->getCount() && LowerBound == RHS->getLowerBound();
DAsmWriter.cpp1506 Printer.printInt("lowerBound", N->getLowerBound()); in writeMDSubrange()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h338 return getTemporary(getContext(), getCount(), getLowerBound());
347 int64_t getLowerBound() const { return LowerBound; }
/external/llvm/unittests/IR/
DMetadataTest.cpp853 EXPECT_EQ(7, N->getLowerBound()); in TEST_F()
865 EXPECT_EQ(0, N->getLowerBound()); in TEST_F()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1367 int64_t LowerBound = SR->getLowerBound(); in constructSubrangeDIE()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2638 if (const SCEV *LowerBound = getLowerBound(Bound)) in testBounds()
2887 const SCEV *DependenceAnalysis::getLowerBound(BoundInfo *Bound) const { in getLowerBound() function in DependenceAnalysis
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp826 Record.push_back(rotateSign(N->getLowerBound())); in WriteMDSubrange()