Searched refs:ValueMatcher (Results 1 – 1 of 1) sorted by relevance
51 struct ValueMatcher : public NodeMatcher { struct54 explicit ValueMatcher(Node* node) in ValueMatcher() argument74 inline ValueMatcher<uint32_t, IrOpcode::kInt32Constant>::ValueMatcher( in ValueMatcher() function86 inline ValueMatcher<int64_t, IrOpcode::kInt64Constant>::ValueMatcher(Node* node) in ValueMatcher() function99 inline ValueMatcher<uint64_t, IrOpcode::kInt64Constant>::ValueMatcher( in ValueMatcher() function114 struct IntMatcher final : public ValueMatcher<T, kOpcode> {115 explicit IntMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in IntMatcher()152 struct FloatMatcher final : public ValueMatcher<T, kOpcode> {153 explicit FloatMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in FloatMatcher()190 : public ValueMatcher<Handle<HeapObject>, IrOpcode::kHeapConstant> {[all …]