OSDN Git Service

Add convenience functions for creating exact sdiv operators, and
authorDan Gohman <gohman@apple.com>
Tue, 11 Aug 2009 17:05:24 +0000 (17:05 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 11 Aug 2009 17:05:24 +0000 (17:05 +0000)
commit59c4f5c2fc82af14b0f4f332709aac62921c6177
tree5292327d7cd9f9a067e7687645fbcf3df77d9b82
parentd30658c3ffd1e33e98b82750202a9375bf5963ed
Add convenience functions for creating exact sdiv operators, and
use them in CreatePtrDiff.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78682 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constants.h
include/llvm/InstrTypes.h
include/llvm/Support/ConstantFolder.h
include/llvm/Support/IRBuilder.h
include/llvm/Support/NoFolder.h
include/llvm/Support/TargetFolder.h
lib/VMCore/Constants.cpp