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.cpp9132 std::optional<SDByteProvider> FirstByteProvider; in MatchLoadCombine() local
9194 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()