Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h271 std::pair<unsigned, unsigned> getBounds() const override { in getBounds() function
H A DLVElement.h248 virtual std::pair<unsigned, unsigned> getBounds() const { return {}; } in getBounds() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp202 Loop::LoopBounds::getBounds(const Loop &L, PHINode &IndVar, in getBounds() function in Loop::LoopBounds
287 std::optional<Loop::LoopBounds> Loop::getBounds(ScalarEvolution &SE) const { in getBounds() function in Loop
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp567 PreambleBounds PrecompiledPreamble::getBounds() const { in getBounds() function in PrecompiledPreamble