Searched refs:getRecTyKind (Results 1 – 2 of 2) sorted by relevance
88 RecTyKind getRecTyKind() const { return Kind; } in getRecTyKind() function148 return RT->getRecTyKind() == BitRecTyKind; in classof()185 return RT->getRecTyKind() == BitsRecTyKind; in classof()224 return RT->getRecTyKind() == IntRecTyKind; in classof()262 return RT->getRecTyKind() == StringRecTyKind; in classof()301 return RT->getRecTyKind() == ListRecTyKind; in classof()340 return RT->getRecTyKind() == DagRecTyKind; in classof()378 return RT->getRecTyKind() == RecordRecTyKind; in classof()
100 return Kind == RHS->getRecTyKind(); in baseClassOf()136 if(RecTy::baseClassOf(RHS) || getRecTyKind() == IntRecTyKind) in baseClassOf()221 RecTyKind kind = RHS->getRecTyKind(); in baseClassOf()247 RecTyKind kind = RHS->getRecTyKind(); in baseClassOf()