Home
last modified time | relevance | path

Searched defs:getUpperBound (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.h271 std::optional<unsigned> getUpperBound() const { return upper; } in getUpperBound() function
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h268 int64_t getUpperBound() const override { return UpperBound; } in getUpperBound() function
H A DLVElement.h249 virtual int64_t getUpperBound() const { return 0; } in getUpperBound() function
/llvm-project/polly/lib/CodeGen/
H A DIslNodeBuilder.cpp110 isl::ast_expr IslNodeBuilder::getUpperBound(isl::ast_node_for For, getUpperBound() function in IslNodeBuilder
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp720 static std::optional<int64_t> getUpperBound(Value iv) { getUpperBound() function
738 static std::optional<int64_t> getUpperBound(AffineExpr expr, unsigned numDims, getUpperBound() function
2396 AffineBound AffineForOp::getUpperBound() { getUpperBound() function in AffineForOp
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp523 DISubrange::BoundType DISubrange::getUpperBound() const { in getUpperBound() function in DISubrange
613 DIGenericSubrange::BoundType DIGenericSubrange::getUpperBound() const { in getUpperBound() function in DIGenericSubrange
/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3060 const SCEV *DependenceInfo::getUpperBound(BoundInfo *Bound) const { in getUpperBound() function in DependenceInfo