Searched refs:getCastTo (Results 1 – 3 of 3) sorted by relevance
379 virtual const Init *getCastTo(const RecTy *Ty) const = 0;440 const Init *getCastTo(const RecTy *Ty) const override;475 const Init *getCastTo(const RecTy *Ty) const override;547 const Init *getCastTo(const RecTy *Ty) const override { in getCastTo() function548 return Value->getCastTo(Ty); in getCastTo()
397 const Init *UnsetInit::getCastTo(const RecTy *Ty) const { return this; } in getCastTo() function in UnsetInit2312 const Init *TypedInit::getCastTo(const RecTy *Ty) const { in getCastTo() function in TypedInit2847 Value = V->getCastTo(getType()); in setValue()
259 const Init *BI = V->getCastTo(BitsRecTy::get(Records, BitList.size())); in SetValue()2826 const Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); in ParseSimpleValue()4486 auto *CastValue = ArgValue->getCastTo(ArgType); in CheckTemplateArgValues()