HomeSort by: relevance | last modified time | path
    Searched refs:getUpperBound (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 803 /// getUpperBound - Looks through all the bounds info and
806 const SCEV *getUpperBound(BoundInfo *Bound) const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 914 if (auto UB = Subrange->getUpperBound())
927 if (auto UB = GenericSubrange->getUpperBound())
DwarfUnit.cpp 1336 AddBoundTypeEntry(dwarf::DW_AT_upper_bound, SR->getUpperBound());
1375 AddBoundTypeEntry(dwarf::DW_AT_upper_bound, GSR->getUpperBound());
CodeViewDebug.cpp 1626 else if (auto *UI = Subrange->getUpperBound().dyn_cast<ConstantInt*>())
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfoMetadata.cpp 411 DISubrange::BoundType DISubrange::getUpperBound() const {
497 DIGenericSubrange::BoundType DIGenericSubrange::getUpperBound() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 353 BoundType getUpperBound() const;
400 BoundType getUpperBound() const;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 2711 if (const SCEV *UpperBound = getUpperBound(Bound))
2962 const SCEV *DependenceInfo::getUpperBound(BoundInfo *Bound) const {

Completed in 31 milliseconds