Searched refs:FirstByteProvider (Results 1 – 1 of 1) sorted by relevance
9119 std::optional<SDByteProvider> FirstByteProvider; in MatchLoadCombine() local9181 FirstByteProvider = P; in MatchLoadCombine()9216 assert(FirstByteProvider && "must be set"); in MatchLoadCombine()9220 if (MemoryByteOffset(*FirstByteProvider) != 0) in MatchLoadCombine()9222 auto *FirstLoad = cast<LoadSDNode>(FirstByteProvider->Src.value()); in MatchLoadCombine()