Home
last modified time | relevance | path

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

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