Home
last modified time | relevance | path

Searched defs:addBound (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h451 void addBound(BoundType type, unsigned pos, int64_t value) { in addBound() function
458 void addBound(BoundType type, ArrayRef<int64_t> expr, int64_t value) { in addBound() function
/llvm-project/mlir/lib/Analysis/
H A DFlatLinearValueConstraints.cpp737 LogicalResult FlatLinearConstraints::addBound( in addBound() function in FlatLinearConstraints
791 LogicalResult FlatLinearConstraints::addBound( in addBound() function in FlatLinearConstraints
1188 void FlatLinearValueConstraints::addBound(BoundType type, Value val, in addBound() function in FlatLinearValueConstraints
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DAffineStructures.cpp215 LogicalResult FlatAffineValueConstraints::addBound(BoundType type, unsigned pos, in addBound() function in FlatAffineValueConstraints
/llvm-project/mlir/lib/Interfaces/
H A DValueBoundsOpInterface.cpp177 void ValueBoundsConstraintSet::addBound(BoundType type, int64_t pos, in addBound() function in ValueBoundsConstraintSet
/llvm-project/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp1480 void IntegerRelation::addBound(BoundType type, unsigned pos, addBound() function in IntegerRelation
1495 void IntegerRelation::addBound(BoundType type, ArrayRef<DynamicAPInt> expr, addBound() function in IntegerRelation