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