Searched refs:typeIsConvertibleTo (Results 1 – 9 of 9) sorted by relevance
69 bool RecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecTy76 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo() function in BitRecTy77 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()98 bool BitsRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in BitsRecTy99 if (RecTy::typeIsConvertibleTo(RHS)) //argument and the sender are same type in typeIsConvertibleTo()111 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in IntRecTy116 bool CodeRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in CodeRecTy125 bool StringRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in StringRecTy134 bool ListRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in ListRecTy136 return Ty->typeIsConvertibleTo(ListTy->getElementType()); in typeIsConvertibleTo()[all …]
1163 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperation()1203 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation()1224 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()1225 !ArgType->typeIsConvertibleTo(StringRecTy::get())) { in ParseOperation()1903 if (!TI->getType()->typeIsConvertibleTo(ExpectedType)) { in ParseSimpleValue()2041 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) { in ParseSimpleValue()2058 if (!EltTy->typeIsConvertibleTo(GivenListTy->getElementType())) { in ParseSimpleValue()
98 bool RecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecTy103 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo() function in BitRecTy104 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()125 bool BitsRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in BitsRecTy126 if (RecTy::typeIsConvertibleTo(RHS)) //argument and the sender are same type in typeIsConvertibleTo()132 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in IntRecTy145 bool ListRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in ListRecTy147 return Ty->typeIsConvertibleTo(ListTy->getElementType()); in typeIsConvertibleTo()163 bool RecordRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecordRecTy179 if (T1->typeIsConvertibleTo(T2)) in resolveTypes()[all …]
1048 if (MHSTy->typeIsConvertibleTo(RHSTy)) { in ParseOperation()1050 } else if (RHSTy->typeIsConvertibleTo(MHSTy)) { in ParseOperation()1370 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) { in ParseSimpleValue()1387 if (!EltTy->typeIsConvertibleTo(GivenListTy->getElementType())) { in ParseSimpleValue()
65 bool RecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecTy72 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo() function in BitRecTy73 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()94 bool BitsRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in BitsRecTy95 if (RecTy::typeIsConvertibleTo(RHS)) //argument and the sender are same type in typeIsConvertibleTo()107 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in IntRecTy116 bool StringRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in StringRecTy125 bool ListRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in ListRecTy127 return ElementTy->typeIsConvertibleTo(ListTy->getElementType()); in typeIsConvertibleTo()216 bool RecordRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecordRecTy[all …]
1174 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperation()1223 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation()1244 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()1245 !ArgType->typeIsConvertibleTo(StringRecTy::get()) && in ParseOperation()1246 !ArgType->typeIsConvertibleTo(RecordRecTy::get({}))) { in ParseOperation()1257 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()1258 !ArgType->typeIsConvertibleTo(StringRecTy::get())) { in ParseOperation()1269 !ArgType->typeIsConvertibleTo(IntRecTy::get()->getListTy())) { in ParseOperation()1976 if (!TI->getType()->typeIsConvertibleTo(ExpectedType)) { in ParseSimpleValue()2109 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) { in ParseSimpleValue()[all …]
84 virtual bool typeIsConvertibleTo(const RecTy *RHS) const;114 bool typeIsConvertibleTo(const RecTy *RHS) const override;134 bool typeIsConvertibleTo(const RecTy *RHS) const override;154 bool typeIsConvertibleTo(const RecTy *RHS) const override;172 bool typeIsConvertibleTo(const RecTy *RHS) const override;190 bool typeIsConvertibleTo(const RecTy *RHS) const override;212 bool typeIsConvertibleTo(const RecTy *RHS) const override;274 bool typeIsConvertibleTo(const RecTy *RHS) const override;
71 virtual bool typeIsConvertibleTo(const RecTy *RHS) const;97 bool typeIsConvertibleTo(const RecTy *RHS) const override;117 bool typeIsConvertibleTo(const RecTy *RHS) const override;151 bool typeIsConvertibleTo(const RecTy *RHS) const override;189 bool typeIsConvertibleTo(const RecTy *RHS) const override;227 bool typeIsConvertibleTo(const RecTy *RHS) const override;
85 virtual bool typeIsConvertibleTo(const RecTy *RHS) const;115 bool typeIsConvertibleTo(const RecTy *RHS) const override;135 bool typeIsConvertibleTo(const RecTy *RHS) const override;155 bool typeIsConvertibleTo(const RecTy *RHS) const override;173 bool typeIsConvertibleTo(const RecTy *RHS) const override;195 bool typeIsConvertibleTo(const RecTy *RHS) const override;257 bool typeIsConvertibleTo(const RecTy *RHS) const override;