Searched defs:ValueAndContext (Results 1 – 1 of 1) sorted by relevance
188 ValueAndContext(const Base &B) : Base(B) {} in ValueAndContext() argument 189 ValueAndContext(Value &V, const Instruction *CtxI) : Base(&V, CtxI) {} in ValueAndContext() argument 185 struct ValueAndContext : public std::pair<Value *, const Instruction *> { global() struct 187 ValueAndContextValueAndContext ValueAndContext() argument 191 getValueValueAndContext getValue() argument 215 getCtxIValueAndContext global() argument [all...]