[MLIR] Simplex: rename num{Variables,Constraints} to getNum{Variables,Constraints}
authorArjun P <arjunpitchanathan@gmail.com>
Sat, 18 Sep 2021 16:10:59 +0000 (21:40 +0530)
committerArjun P <arjunpitchanathan@gmail.com>
Sat, 18 Sep 2021 17:09:35 +0000 (22:39 +0530)
commit33afea548892b2e7f0f7636ab17367da59f42c4a
tree610a5021235c9ca0376fd70653ff44322089aa41
parent48719e3b1861a9b8216dc3aa4dce1b05389f0aff
[MLIR] Simplex: rename num{Variables,Constraints} to getNum{Variables,Constraints}

As per the LLVM Coding Standards, function names should be verb phrases.
mlir/include/mlir/Analysis/Presburger/Simplex.h
mlir/lib/Analysis/Presburger/Simplex.cpp
mlir/lib/Analysis/PresburgerSet.cpp
mlir/unittests/Analysis/Presburger/SimplexTest.cpp