Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.h268 unsigned getLowerBound() const { return lower; } in getLowerBound() function
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h265 int64_t getLowerBound() const override { return LowerBound; } in getLowerBound() function
H A DLVElement.h247 virtual int64_t getLowerBound() const { return 0; } in getLowerBound() function
/llvm-project/flang/lib/Optimizer/Transforms/
H A DLoopVersioning.cpp195 static mlir::Value getLowerBound(fir::ArrayCoorOp coop, unsigned dim) { getLowerBound() function
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp712 static std::optional<int64_t> getLowerBound(Value iv) { getLowerBound() function
761 static std::optional<int64_t> getLowerBound(AffineExpr expr, unsigned numDims, getLowerBound() function
2392 AffineBound AffineForOp::getLowerBound() { getLowerBound() function in AffineForOp
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp502 DISubrange::BoundType DISubrange::getLowerBound() const { in getLowerBound() function in DISubrange
596 DIGenericSubrange::BoundType DIGenericSubrange::getLowerBound() const { in getLowerBound() function in DIGenericSubrange
/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3044 const SCEV *DependenceInfo::getLowerBound(BoundInfo *Bound) const { in getLowerBound() function in DependenceInfo
/llvm-project/clang/include/clang/AST/
H A DExpr.h6967 Expr *getLowerBound() { return cast_or_null<Expr>(SubExprs[LOWER_BOUND]); } getLowerBound() function
6968 const Expr *getLowerBound() const { getLowerBound() function