Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Analysis/Presburger/
H A DPresburgerSpace.cpp208 void PresburgerSpace::swapVar(VarKind kindA, VarKind kindB, unsigned posA, swapVar() function in PresburgerSpace
H A DIntegerRelation.cpp459 void IntegerRelation::swapVar(unsigned posA, unsigned posB) { swapVar() function in IntegerRelation
/llvm-project/mlir/unittests/Analysis/Presburger/
H A DIntegerRelationTest.cpp172 TEST(IntegerRelationTest, swapVar) { in TEST() argument