Home
last modified time | relevance | path

Searched defs:getBounds (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h271 std::pair<unsigned, unsigned> getBounds() const override { in getBounds() function
H A DLVElement.h251 virtual std::pair<unsigned, unsigned> getBounds() const { return {}; } in getBounds() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp203 Loop::LoopBounds::getBounds(const Loop &L, PHINode &IndVar, in getBounds() function in Loop::LoopBounds
288 std::optional<Loop::LoopBounds> Loop::getBounds(ScalarEvolution &SE) const { in getBounds() function in Loop
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp581 PreambleBounds PrecompiledPreamble::getBounds() const { in getBounds() function in PrecompiledPreamble