Searched defs:LatticeKeyInfo (Results 1 – 2 of 2) sorted by relevance
360 template <> struct LatticeKeyInfo<CVPLatticeKey> { struct361 static inline Value *getValueFromLatticeKey(CVPLatticeKey Key) { in getValueFromLatticeKey()364 static inline CVPLatticeKey getLatticeKeyFromValue(Value *V) { in getLatticeKeyFromValue()
29 template <class LatticeKey> struct LatticeKeyInfo { struct