Home
last modified time | relevance | path

Searched defs:ValueAndContext (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h188 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...]