]> granicus.if.org Git - llvm/commit
[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)
commitfa958b2284e76af9cd585ce1dde7f1947803727d
tree762e857745b8a857c4ac114c4d37dc1874a2729b
parent0c554b7eb16059f55e8d921f0f321a5ffa5af26f
[APInt] Remove the mul/urem/srem/udiv/sdiv functions from the APIntOps namespace. Replace the few usages with calls to the class methods. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299292 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APInt.h
lib/Analysis/ScalarEvolution.cpp
lib/Support/APInt.cpp