Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8416 std::optional<ByteProvider> FirstByteProvider; in MatchLoadCombine() local
8479 FirstByteProvider = P; in MatchLoadCombine()
8514 assert(FirstByteProvider && "must be set"); in MatchLoadCombine()
8518 if (MemoryByteOffset(*FirstByteProvider) != 0) in MatchLoadCombine()
8520 LoadSDNode *FirstLoad = FirstByteProvider->Load; in MatchLoadCombine()