Add convenient overloads for CreateInsertElement and CreateExtractElement methods...
authorPawel Bylica <chfast@gmail.com>
Thu, 30 Apr 2015 09:01:22 +0000 (09:01 +0000)
committerPawel Bylica <chfast@gmail.com>
Thu, 30 Apr 2015 09:01:22 +0000 (09:01 +0000)
commit0c2ab37be653152ad658c57f340d2d668e758f16
treedf98667341f9431b07bde1a2c5e8dd0a509e9801
parent232778a7a06a57709591eb28c6475026197b0d09
Add convenient overloads for CreateInsertElement and CreateExtractElement methods in IRBuilder

Summary:
This pathc add convenient overloads for CreateInsertElement and CreateExtractElement methods in IRBuilder
where vector index can be uint64_t instead of Value*.

Test Plan: Unit test included.

Reviewers: majnemer

Reviewed By: majnemer

Subscribers: majnemer, llvm-commits

Differential Revision: http://reviews.llvm.org/D9347

llvm-svn: 236214
llvm/include/llvm/IR/IRBuilder.h
llvm/unittests/IR/IRBuilderTest.cpp