Home
last modified time | relevance | path

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

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