]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
implement shl, ashr, and lshr methods. shl is not fully implemented as it is quite...
authorNuno Lopes <nunoplopes@sapo.pt>
Thu, 12 Nov 2009 14:53:53 +0000 (14:53 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Thu, 12 Nov 2009 14:53:53 +0000 (14:53 +0000)
commit34e992da381bf8b1a9cbcc1bde0b117207809649
treebfc6711fceabd3619aa75a783f1e54a598aacceb
parent9e3728be625503e7145fa7c94735bd1878be9038
implement shl, ashr, and lshr methods. shl is not fully implemented as it is quite tricky.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86986 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ConstantRange.h
lib/Support/ConstantRange.cpp