Searched defs:typeIsA (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ | ||
H A D | Record.cpp | 74 bool RecTy::typeIsA(const RecTy *RHS) const { return this == RHS; } in typeIsA() function in RecTy |
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/ | ||
H A D | Record.cpp | 119 bool RecTy::typeIsA(const RecTy *RHS) const { return this == RHS; } in typeIsA() function in RecTy |