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