Home
last modified time | relevance | path

Searched defs:getConstraints (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/Analysis/
DUtils.h223 FlatAffineConstraints *getConstraints() { return &cst; } in getConstraints() function
224 const FlatAffineConstraints *getConstraints() const { return &cst; } in getConstraints() function
/external/llvm-project/mlir/lib/IR/
DIntegerSet.cpp44 ArrayRef<AffineExpr> IntegerSet::getConstraints() const { in getConstraints() function in IntegerSet
/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp562 std::vector<AppliedConstraint> Pattern::getConstraints() const { in getConstraints() function in Pattern