Lines Matching refs:NodeTy
181 template <class NodeTy>
182 MDNodeOpsKey(const NodeTy *N, unsigned Offset = 0)
185 template <class NodeTy>
186 bool compareOps(const NodeTy *RHS, unsigned Offset = 0) const {
211 template <class NodeTy> struct MDNodeKeyImpl;
212 template <class NodeTy> struct MDNodeInfo;
839 template <class NodeTy> struct MDNodeInfo {
840 typedef MDNodeKeyImpl<NodeTy> KeyTy;
841 static inline NodeTy *getEmptyKey() {
842 return DenseMapInfo<NodeTy *>::getEmptyKey();
844 static inline NodeTy *getTombstoneKey() {
845 return DenseMapInfo<NodeTy *>::getTombstoneKey();
848 static unsigned getHashValue(const NodeTy *N) {
851 static bool isEqual(const KeyTy &LHS, const NodeTy *RHS) {
856 static bool isEqual(const NodeTy *LHS, const NodeTy *RHS) {