Searched defs:ValueMatcher (Results 1 – 1 of 1) sorted by relevance
119 template <typename T, OpCode kOpcode, MachineType kMachineType> struct ValueMatcher : public GateMa… struct122 explicit ValueMatcher(GateRef gate, Circuit *circuit) in ValueMatcher() function159 struct IntMatcher final : public ValueMatcher<T, kOpcode, kMachineType> { argument