Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h800 const SCEV *getLowerBound(BoundInfo *Bound) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h334 LowerBound(N->getLowerBound()) {}
337 if (LowerBound != RHS->getLowerBound())
DAsmWriter.cpp1812 Printer.printInt("lowerBound", N->getLowerBound()); in writeDISubrange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h308 return getTemporary(getContext(), getRawCountNode(), getLowerBound()); in cloneImpl()
320 int64_t getLowerBound() const { return LowerBound; } in getLowerBound() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp2717 if (const SCEV *LowerBound = getLowerBound(Bound)) in testBounds()
2955 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const { in getLowerBound() function in DependenceInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1336 int64_t LowerBound = SR->getLowerBound(); in constructSubrangeDIE()
DCodeViewDebug.cpp1574 assert(Subrange->getLowerBound() == 0 && in lowerTypeArray()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1520 Record.push_back(rotateSign(N->getLowerBound())); in writeDISubrange()