Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h430 LexSimplexBase(unsigned nVar) : SimplexBase(nVar, /*mustUseBigM=*/true) {} in LexSimplexBase() function
431 LexSimplexBase(unsigned nVar, const llvm::SmallBitVector &isSymbol) in LexSimplexBase() function
433 explicit LexSimplexBase(const IntegerRelation &constraints) in LexSimplexBase() function
437 explicit LexSimplexBase(const IntegerRelation &constraints, in LexSimplexBase() function