Searched defs:LoadMatcher (Results 1 – 1 of 1) sorted by relevance
218 struct LoadMatcher : public NodeMatcher { struct219 explicit LoadMatcher(Node* node) in LoadMatcher() argument222 typedef Object ObjectMatcher;224 Object const& object() const { return object_; } in object()225 IntPtrMatcher const& index() const { return index_; } in index()229 IntPtrMatcher const index_;