Searched refs:getUpperBound (Results 1 – 10 of 10) sorted by relevance
268 int64_t getUpperBound() const override { return UpperBound; } in getUpperBound() function
249 virtual int64_t getUpperBound() const { return 0; } in getUpperBound() function
510 << "[" << getLowerBound() << ".." << getUpperBound() << "]"; in resolveExtra()
824 /// getUpperBound - Looks through all the bounds info and827 const SCEV *getUpperBound(BoundInfo *Bound) const;
1008 if (auto UB = Subrange->getUpperBound()) in dependencies()1021 if (auto UB = GenericSubrange->getUpperBound()) in dependencies()
1422 AddBoundTypeEntry(dwarf::DW_AT_upper_bound, SR->getUpperBound()); in constructSubrangeDIE()1461 AddBoundTypeEntry(dwarf::DW_AT_upper_bound, GSR->getUpperBound()); in constructGenericSubrangeDIE()
1753 Subrange->getUpperBound())) { in lowerTypeArray()
523 DISubrange::BoundType DISubrange::getUpperBound() const { in getUpperBound() function in DISubrange613 DIGenericSubrange::BoundType DIGenericSubrange::getUpperBound() const { in getUpperBound() function in DIGenericSubrange
2809 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds()3060 const SCEV *DependenceInfo::getUpperBound(BoundInfo *Bound) const { in getUpperBound() function in DependenceInfo
402 BoundType getUpperBound() const;447 BoundType getUpperBound() const;