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.h373 virtual Init *getCastTo(RecTy *Ty) const = 0;
435 Init *getCastTo(RecTy *Ty) const override;
469 Init *getCastTo(RecTy *Ty) const override;
541 Init *getCastTo(RecTy *Ty) const override { return Value->getCastTo(Ty); } in getCastTo() function
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp362 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo() function in UnsetInit
2139 Init *TypedInit::getCastTo(RecTy *Ty) const { in getCastTo() function in TypedInit
2701 Value = V->getCastTo(getType()); in setValue()
2726 Value = V->getCastTo(getType()); in setValue()
H A DTGParser.cpp259 Init *BI = V->getCastTo(BitsRecTy::get(Records, BitList.size())); in SetValue()
2745 Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); in ParseSimpleValue()
4395 auto *CastValue = ArgValue->getCastTo(ArgType); in CheckTemplateArgValues()