Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DIntegerSet.cpp41 ArrayRef<AffineExpr> IntegerSet::getConstraints() const { in getConstraints() function in IntegerSet
/llvm-project/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h469 FlatAffineValueConstraints *getConstraints() { return &cst; } in getConstraints() function
470 const FlatAffineValueConstraints *getConstraints() const { return &cst; } in getConstraints() function
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h1249 MutableArrayRef<ConstraintRef> getConstraints() { in getConstraints() function
1252 ArrayRef<ConstraintRef> getConstraints() const { in getConstraints() function
/llvm-project/mlir/lib/TableGen/
H A DPattern.cpp661 std::vector<AppliedConstraint> Pattern::getConstraints() const { getConstraints() function in Pattern
/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h132 const llvm::SmallVector<TemplateConstraint> &getConstraints() const { getConstraints() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp668 const ConstraintSet &getConstraints() const { return Constraints; } in getConstraints() function in __anon2859deef0111::StdLibraryFunctionsChecker::SummaryCase