Home
last modified time | relevance | path

Searched refs:AnyOps_match (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1713 template <unsigned Opcode, typename... OperandTypes> struct AnyOps_match { struct
1716 AnyOps_match(const OperandTypes &...Ops) : Operands(Ops...) {} in AnyOps_match() function
1876 return AnyOps_match<Instruction::GetElementPtr, OperandTypes...>(Ops...); in m_GEP()