Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DIntegerSetDetail.h36 ArrayRef<bool> eqFlags; member
H A DMLIRContext.cpp1238 get(unsigned dimCount,unsigned symbolCount,ArrayRef<AffineExpr> constraints,ArrayRef<bool> eqFlags) get() argument
/llvm-project/mlir/lib/CAPI/IR/
H A DIntegerSet.cpp45 const bool *eqFlags) { in mlirIntegerSetGet()
/llvm-project/mlir/lib/Analysis/
H A DFlatLinearValueConstraints.cpp868 SmallVector<bool, 16> eqFlags(getNumConstraints()); in getAsIntegerSet() local
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAffine.cpp883 __anon3254676e3402(intptr_t numDims, intptr_t numSymbols, py::list exprs, std::vector<bool> eqFlags, DefaultingPyMlirContext context) populateIRAffine() argument