OSDN Git Service

[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)
commite1acf77d470123d5b75005c5328c150f093b9f1f
tree43325b3807f6d5ad2e8ff6701274f6bcc5a95666
parent13e0592eaf842b18f0b7f4bbfb3f5358bf57ae10
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283269 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Core.h
lib/IR/Core.cpp