Home
last modified time | relevance | path

Searched refs:appendVar (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineStructures.h308 return appendVar(VarKind::SetDim, num);
311 return appendVar(VarKind::Symbol, num);
314 return appendVar(VarKind::Local, num);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp269 unsigned IntegerRelation::appendVar(VarKind kind, unsigned num) { in appendVar() function in IntegerRelation
1319 appendVar(VarKind::Local); in addLocalFloorDiv()
2176 rel.appendVar(VarKind::Range, getNumRangeVars()); in intersectDomain()
2190 rel.appendVar(VarKind::Domain, getNumDomainVars()); in intersectRange()
2217 appendVar(VarKind::Range, copyRel.getNumRangeVars()); in compose()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h245 unsigned appendVar(VarKind kind, unsigned num = 1);
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DIntegerPolyhedronTest.cpp835 poly2.appendVar(VarKind::Local); // Add local id z. in TEST()
883 poly2.appendVar(VarKind::Local); // Add local id z. in TEST()