Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h374 virtual Init *getCastTo(RecTy *Ty) const = 0;
444 Init *getCastTo(RecTy *Ty) const override;
479 Init *getCastTo(RecTy *Ty) const override;
/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp364 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo() function in UnsetInit
1862 Init *TypedInit::getCastTo(RecTy *Ty) const { in getCastTo() function in TypedInit
2454 Value = V->getCastTo(getType()); in setValue()
2479 Value = V->getCastTo(getType()); in setValue()
H A DTGParser.cpp191 Init *BI = V->getCastTo(BitsRecTy::get(Records, BitList.size())); in SetValue()
2305 Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); in ParseSimpleValue()
3885 auto *CastValue = ArgValue->getCastTo(ArgType); in CheckTemplateArgValues()