Searched refs:getRecTyKind (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h88 RecTyKind getRecTyKind() const { return Kind; } function in class:llvm::RecTy
148 return RT->getRecTyKind() == BitRecTyKind;
185 return RT->getRecTyKind() == BitsRecTyKind;
224 return RT->getRecTyKind() == IntRecTyKind;
261 return RT->getRecTyKind() == StringRecTyKind;
299 return RT->getRecTyKind() == ListRecTyKind;
337 return RT->getRecTyKind() == DagRecTyKind;
375 return RT->getRecTyKind() == RecordRecTyKind;
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp100 return Kind == RHS->getRecTyKind();
123 if(RecTy::baseClassOf(RHS) || getRecTyKind() == IntRecTyKind)
208 RecTyKind kind = RHS->getRecTyKind();
234 RecTyKind kind = RHS->getRecTyKind();

Completed in 76 milliseconds