Lines Matching refs:InstantiatedValue
147 struct InstantiatedValue { struct
151 Optional<InstantiatedValue> instantiateInterfaceValue(InterfaceValue, CallSite); argument
156 InstantiatedValue From, To;
164 InstantiatedValue IValue;
171 template <> struct DenseMapInfo<cflaa::InstantiatedValue> {
172 static inline cflaa::InstantiatedValue getEmptyKey() {
173 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getEmptyKey(),
176 static inline cflaa::InstantiatedValue getTombstoneKey() {
177 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getTombstoneKey(),
180 static unsigned getHashValue(const cflaa::InstantiatedValue &IV) {
184 static bool isEqual(const cflaa::InstantiatedValue &LHS,
185 const cflaa::InstantiatedValue &RHS) {