Home
last modified time | relevance | path

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

/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
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h547 const Init *getCastTo(const RecTy *Ty) const override { in getCastTo() function