[C API] Add LLVMConstExactUDiv and LLVMBuildExactUDiv functions.
authorManuel Jacob <me@manueljacob.de>
Tue, 4 Oct 2016 23:32:42 +0000 (23:32 +0000)
committerManuel Jacob <me@manueljacob.de>
Tue, 4 Oct 2016 23:32:42 +0000 (23:32 +0000)
commit49fafb110953fdc6ae752c1a27ad9fcddbb7854b
treeb1347a0f662d0dd0cc7a4de72afeea7cce73bab0
parent3a1f73488cd0fe630e5bcf1878ad22a0c34135ae
[C API] Add LLVMConstExactUDiv and LLVMBuildExactUDiv functions.

Summary:
These are analog to the existing LLVMConstExactSDiv and LLVMBuildExactSDiv
functions.

Reviewers: deadalnix, majnemer

Subscribers: majnemer, llvm-commits

Differential Revision: https://reviews.llvm.org/D25259

llvm-svn: 283269
llvm/include/llvm-c/Core.h
llvm/lib/IR/Core.cpp