Add convenience functions for creating inbounds GEPs.
authorDan Gohman <gohman@apple.com>
Tue, 11 Aug 2009 17:57:01 +0000 (17:57 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 11 Aug 2009 17:57:01 +0000 (17:57 +0000)
commite2574d3215c412a15763d26aee9aa5d856764c2c
treec5d94d9987841e646bbffadceb943480cd203296
parent7cd0118c367314308cf94765ac12f81020a56271
Add convenience functions for creating inbounds GEPs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78695 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constants.h
include/llvm/Instructions.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