Home
last modified time | relevance | path

Searched refs:FirstByteProvider (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9586 std::optional<SDByteProvider> FirstByteProvider; in MatchLoadCombine() local
9648 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()