forked from OSchip/llvm-project
parent
ee35c37a0a
commit
7e26de46a3
|
@ -141,6 +141,11 @@ public:
|
||||||
//
|
//
|
||||||
inline bool isRecursive() const { return Recursive; }
|
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
|
// Type Iteration support
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue