Home
last modified time | relevance | path

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

/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
/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
/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp581 PreambleBounds PrecompiledPreamble::getBounds() const { in getBounds() function in PrecompiledPreamble
/llvm-project/flang/lib/Lower/
H A DCallInterface.cpp1310 std::optional<fir::SequenceType::Shape> getBounds( getBounds() function in Fortran::lower::CallInterfaceImpl
/llvm-project/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp2869 mlir::acc::getBounds(mlir::Operation *accDataClauseOp) { getBounds() function in mlir::acc