Home
last modified time | relevance | path

Searched defs:getCastTo (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp362 Init *UnsetInit::getCastTo(RecTy *Ty) const { getCastTo() function in UnsetInit
2139 Init *TypedInit::getCastTo(RecTy *Ty) const { getCastTo() function in TypedInit
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h541 Init *getCastTo(RecTy *Ty) const override { return Value->getCastTo(Ty); } getCastTo() function