Home
last modified time | relevance | path

Searched refs:getCastTo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h379 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() function
548 return Value->getCastTo(Ty); in getCastTo()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp397 const Init *UnsetInit::getCastTo(const RecTy *Ty) const { return this; } in getCastTo() function in UnsetInit
2312 const Init *TypedInit::getCastTo(const RecTy *Ty) const { in getCastTo() function in TypedInit
2847 Value = V->getCastTo(getType()); in setValue()
H A DTGParser.cpp259 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()