[APInt] Remove the mul/urem/srem/udiv/sdiv functions from the APIntOps namespace...
authorCraig Topper <craig.topper@gmail.com>
Sat, 1 Apr 2017 05:08:57 +0000 (05:08 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 1 Apr 2017 05:08:57 +0000 (05:08 +0000)
commit9ab8d7f9c348803a34461b55b4ae28ccef547fbf
treeda0c94c04fc931b40fd49fb5f9e7637354cff135
parent73250168e723b1507bc15e8fa6670aa5d3f3ac2c
[APInt] Remove the mul/urem/srem/udiv/sdiv functions from the APIntOps namespace. Replace the few usages with calls to the class methods. NFC

llvm-svn: 299292
llvm/include/llvm/ADT/APInt.h
llvm/lib/Analysis/ScalarEvolution.cpp
llvm/lib/Support/APInt.cpp