Searched defs:typeIsConvertibleTo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/TableGen/
H A DRecord.h79 /// typeIsConvertibleTo - Return true if all values of 'this' type can be
81 virtual bool typeIsConvertibleTo(const RecTy *RHS) const = 0;
157 bool typeIsConvertibleTo(const RecTy *RHS) const { function in class:llvm::BitRecTy
200 bool typeIsConvertibleTo(const RecTy *RHS) const { function in class:llvm::BitsRecTy
242 bool typeIsConvertibleTo(const RecTy *RHS) const { function in class:llvm::IntRecTy
283 bool typeIsConvertibleTo(const RecTy *RHS) const { function in class:llvm::StringRecTy
327 bool typeIsConvertibleTo(const RecTy *RHS) const { function in class:llvm::ListRecTy
336 return RHS->getElementType()->typeIsConvertibleTo(Ty);
368 bool typeIsConvertibleTo(const RecTy *RHS) const { function in class:llvm::DagRecTy
412 bool typeIsConvertibleTo(cons function in class:llvm::RecordRecTy
[all...]

Completed in 106 milliseconds