mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 15:19:33 +00:00
New Method isLosslesslyConvertableTo
llvm-svn: 1330
This commit is contained in:
parent
92dbc49699
commit
9d1784afff
@ -141,6 +141,11 @@ public:
|
||||
//
|
||||
inline bool isRecursive() const { return Recursive; }
|
||||
|
||||
// isLosslesslyConvertableTo - Return true if this type can be converted to
|
||||
// 'Ty' without any reinterpretation of bits. For example, uint to int.
|
||||
//
|
||||
bool isLosslesslyConvertableTo(const Type *Ty) const;
|
||||
|
||||
//===--------------------------------------------------------------------===//
|
||||
// Type Iteration support
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user