Searched refs:AnyOps_match (Results 1 – 1 of 1) sorted by relevance
1713 template <unsigned Opcode, typename... OperandTypes> struct AnyOps_match { struct1716 AnyOps_match(const OperandTypes &...Ops) : Operands(Ops...) {} in AnyOps_match() function1876 return AnyOps_match<Instruction::GetElementPtr, OperandTypes...>(Ops...); in m_GEP()