Searched refs:getLowerBound (Results 1 – 9 of 9) sorted by relevance
69 public int getLowerBound() { in getLowerBound() method in ParserCursor
787 const SCEV *getLowerBound(BoundInfo *Bound) const;
283 : Count(N->getCount()), LowerBound(N->getLowerBound()) {}286 return Count == RHS->getCount() && LowerBound == RHS->getLowerBound();
1506 Printer.printInt("lowerBound", N->getLowerBound()); in writeMDSubrange()
338 return getTemporary(getContext(), getCount(), getLowerBound());347 int64_t getLowerBound() const { return LowerBound; }
853 EXPECT_EQ(7, N->getLowerBound()); in TEST_F()865 EXPECT_EQ(0, N->getLowerBound()); in TEST_F()
1367 int64_t LowerBound = SR->getLowerBound(); in constructSubrangeDIE()
2638 if (const SCEV *LowerBound = getLowerBound(Bound)) in testBounds()2887 const SCEV *DependenceAnalysis::getLowerBound(BoundInfo *Bound) const { in getLowerBound() function in DependenceAnalysis
826 Record.push_back(rotateSign(N->getLowerBound())); in WriteMDSubrange()