Replace ptrSubsetOf() with operators
commit717bc763fa0e7a2a5f99c1766ec2c3ef886595b9
authorBrett Simmers <bsimmers@fb.com>
Thu, 26 Apr 2018 14:28:18 +0000 (26 07:28 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Thu, 26 Apr 2018 14:37:20 +0000 (26 07:37 -0700)
treeba957507c270997ef8381063f590bfc2ae289025
parentdb88b400c31fecd7f3c4652522e637fe16e86877
Replace ptrSubsetOf() with operators

Summary:
These are familiar enum class bitsets, and we already have operator-().

Also s/m_ptrKind/m_ptr/ because that's the name we gave to the type...

Reviewed By: mxw

Differential Revision: D6507786

fbshipit-source-id: c4b5d9df731131d5937ef2fd7bbfef4bcfa99f3f
hphp/runtime/vm/jit/type-inl.h
hphp/runtime/vm/jit/type.cpp
hphp/runtime/vm/jit/type.h