Searched refs:typeIsConvertibleTo (Results 1 – 9 of 9) sorted by relevance
62 bool RecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecTy69 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo() function in BitRecTy70 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()91 bool BitsRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in BitsRecTy92 if (RecTy::typeIsConvertibleTo(RHS)) //argument and the sender are same type in typeIsConvertibleTo()104 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in IntRecTy109 bool CodeRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in CodeRecTy118 bool StringRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in StringRecTy127 bool ListRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in ListRecTy129 return Ty->typeIsConvertibleTo(ListTy->getElementType()); in typeIsConvertibleTo()[all …]
1104 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperation()1139 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()1140 !ArgType->typeIsConvertibleTo(StringRecTy::get())) { in ParseOperation()1710 if (!TI->getType()->typeIsConvertibleTo(ExpectedType)) { in ParseSimpleValue()1848 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) { in ParseSimpleValue()1865 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()
81 virtual bool typeIsConvertibleTo(const RecTy *RHS) const = 0;160 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function205 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function249 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function292 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function338 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function347 return RHS->getElementType()->typeIsConvertibleTo(Ty); in baseClassOf()381 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function421 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function467 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function
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;191 bool typeIsConvertibleTo(const RecTy *RHS) const override;213 bool typeIsConvertibleTo(const RecTy *RHS) const override;275 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;
250 if (TI->getType()->typeIsConvertibleTo(this)) in convertValue()313 if (LRT->getElementType()->typeIsConvertibleTo(getElementType())) in convertValue()319 if (TI->getType()->typeIsConvertibleTo(this)) in convertValue()325 if (TI->getType()->typeIsConvertibleTo(this)) in convertValue()394 if (!T1->typeIsConvertibleTo(T2)) { in resolveTypes()395 if (!T2->typeIsConvertibleTo(T1)) { in resolveTypes()
959 if (MHSTy->typeIsConvertibleTo(RHSTy)) { in ParseOperation()961 } else if (RHSTy->typeIsConvertibleTo(MHSTy)) { in ParseOperation()1218 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) { in ParseSimpleValue()1235 if (!EltTy->typeIsConvertibleTo(GivenListTy->getElementType())) { in ParseSimpleValue()