Home
last modified time | relevance | path

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

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