HomeSort by relevance Sort by last modified time
    Searched refs:typeIsConvertibleTo (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/TableGen/
Record.h 79 /// 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 {
200 bool typeIsConvertibleTo(const RecTy *RHS) const {
242 bool typeIsConvertibleTo(const RecTy *RHS) const {
283 bool typeIsConvertibleTo(const RecTy *RHS) const {
327 bool typeIsConvertibleTo(const RecTy *RHS) const {
336 return RHS->getElementType()->typeIsConvertibleTo(Ty);
368 bool typeIsConvertibleTo(const RecTy *RHS) const {
412 bool typeIsConvertibleTo(const RecTy *RHS) const
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 256 if (TI->getType()->typeIsConvertibleTo(this))
319 if (LRT->getElementType()->typeIsConvertibleTo(getElementType()))
325 if (TI->getType()->typeIsConvertibleTo(this))
394 if (!T1->typeIsConvertibleTo(T2)) {
395 if (!T2->typeIsConvertibleTo(T1)) {
    [all...]
TGParser.cpp     [all...]

Completed in 45 milliseconds