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;
160 bool typeIsConvertibleTo(const RecTy *RHS) const {
205 bool typeIsConvertibleTo(const RecTy *RHS) const {
249 bool typeIsConvertibleTo(const RecTy *RHS) const {
292 bool typeIsConvertibleTo(const RecTy *RHS) const {
338 bool typeIsConvertibleTo(const RecTy *RHS) const {
347 return RHS->getElementType()->typeIsConvertibleTo(Ty);
381 bool typeIsConvertibleTo(const RecTy *RHS) const {
421 bool typeIsConvertibleTo(const RecTy *RHS) const
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 250 if (TI->getType()->typeIsConvertibleTo(this))
313 if (LRT->getElementType()->typeIsConvertibleTo(getElementType()))
319 if (TI->getType()->typeIsConvertibleTo(this))
325 if (TI->getType()->typeIsConvertibleTo(this))
394 if (!T1->typeIsConvertibleTo(T2)) {
395 if (!T2->typeIsConvertibleTo(T1)) {
    [all...]
TGParser.cpp 996 if (MHSTy->typeIsConvertibleTo(RHSTy)) {
998 } else if (RHSTy->typeIsConvertibleTo(MHSTy)) {
    [all...]

Completed in 186 milliseconds