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

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DPatternMatch.h64 inline class_match<Value> m_Value() { return class_match<Value>(); } function in namespace:llvm::PatternMatch
296 inline bind_ty<Value> m_Value(Value *&V) { return V; } function in namespace:llvm::PatternMatch
[all...]

Completed in 21 milliseconds