Searched defs:swapVar (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Analysis/Presburger/ | ||
H A D | PresburgerSpace.cpp | 208 void PresburgerSpace::swapVar(VarKind kindA, VarKind kindB, unsigned posA, swapVar() function in PresburgerSpace |
H A D | IntegerRelation.cpp | 459 void IntegerRelation::swapVar(unsigned posA, unsigned posB) { swapVar() function in IntegerRelation |
/llvm-project/mlir/unittests/Analysis/Presburger/ | ||
H A D | IntegerRelationTest.cpp | 172 TEST(IntegerRelationTest, swapVar) { in TEST() argument |