Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h64 inline class_match<Value> m_Value() { return class_match<Value>(); } in m_Value() function
296 inline bind_ty<Value> m_Value(Value *&V) { return V; } in m_Value() function
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DProgrammersManual.rst2723 .. _m_Value: target