Home
last modified time | relevance | path

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

/llvm-project/mlir/unittests/Analysis/Presburger/
H A DSimplexTest.cpp451 TEST(SimplexTest, appendVariable) { in TEST() argument
/llvm-project/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp1316 void SimplexBase::appendVariable(unsigned count) { appendVariable() function in SimplexBase