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.cpp362 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo() function in UnsetInit
2139 Init *TypedInit::getCastTo(RecTy *Ty) const { in getCastTo() function in TypedInit
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h541 Init *getCastTo(RecTy *Ty) const override { return Value->getCastTo(Ty); } in getCastTo() function