Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DRecord.cpp67 bool RecTy::typeIsA(const RecTy *RHS) const { return this == RHS; } in typeIsA() function in RecTy
98 bool BitsRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in BitsRecTy
133 bool ListRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in ListRecTy
232 bool RecordRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in RecordRecTy