Expose more properties of llvm::fltSemantics
authorJF Bastien <jfb@google.com>
Wed, 26 Aug 2015 02:32:45 +0000 (02:32 +0000)
committerJF Bastien <jfb@google.com>
Wed, 26 Aug 2015 02:32:45 +0000 (02:32 +0000)
commit091d6ba2757d2db7f5db28e3b87a0c87dd0a3360
tree8942cec1e5c3ab279395318552b409ba5587867d
parent02cb3d6db7c7ff7e55ab5179f56aad7c70999a67
Expose more properties of llvm::fltSemantics

Summary: Adds accessor functions for all the fields in llvm::fltSemantics. This will be used in MergeFunctions to order two APFloats with different semanatics.

Author: jrkoenig
Reviewers: jfb
Subscribers: dschuff, llvm-commits
Differential revision: http://reviews.llvm.org/D12253

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245999 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APFloat.h
lib/Support/APFloat.cpp