Searched refs:getUpperBound (Results 1 – 10 of 10) sorted by relevance
272 int64_t getUpperBound() const override { return UpperBound; } in getUpperBound() function
263 virtual int64_t getUpperBound() const { return 0; } in getUpperBound() function
514 << "[" << getLowerBound() << ".." << getUpperBound() << "]"; in resolveExtra()
842 const SCEV *getUpperBound(BoundInfo *Bound) const;
1601 AddBoundTypeEntry(dwarf::DW_AT_upper_bound, SR->getUpperBound()); in constructSubrangeDIE()1645 AddBoundTypeEntry(dwarf::DW_AT_upper_bound, SR->getUpperBound()); in constructSubrangeDIE()1687 AddBoundTypeEntry(dwarf::DW_AT_upper_bound, GSR->getUpperBound()); in constructGenericSubrangeDIE()
1040 if (auto UB = Subrange->getUpperBound()) in dependencies()1053 if (auto UB = GenericSubrange->getUpperBound()) in dependencies()
1767 Subrange->getUpperBound())) { in lowerTypeArray()
703 DISubrange::BoundType DISubrange::getUpperBound() const { in getUpperBound() function in DISubrange793 DIGenericSubrange::BoundType DIGenericSubrange::getUpperBound() const { in getUpperBound() function in DIGenericSubrange
405 LLVM_ABI BoundType getUpperBound() const;450 LLVM_ABI BoundType getUpperBound() const;1542 BoundType getUpperBound() const { in getUpperBound() function
2819 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds()3070 const SCEV *DependenceInfo::getUpperBound(BoundInfo *Bound) const { in getUpperBound() function in DependenceInfo