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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h76 inline class_match<Value> m_Value() { return class_match<Value>(); } function in namespace:llvm::PatternMatch
611 inline bind_ty<Value> m_Value(Value *&V) { return V; } function in namespace:llvm::PatternMatch
612 inline bind_ty<const Value> m_Value(const Value *&V) { return V; } function in namespace:llvm::PatternMatch
[all...]

Completed in 93 milliseconds