Searched defs:getCastTo (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/TableGen/ | ||
H A D | Record.cpp | 362 Init *UnsetInit::getCastTo(RecTy *Ty) const { getCastTo() function in UnsetInit |
/llvm-project/llvm/include/llvm/TableGen/ | ||
H A D | Record.h | 541 Init *getCastTo(RecTy *Ty) const override { return Value->getCastTo(Ty); } getCastTo() function |