Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5782 Optional<ByteProvider> FirstByteProvider; in MatchLoadCombine() local
5819 FirstByteProvider = P; in MatchLoadCombine()
5841 assert(FirstByteProvider && "must be set"); in MatchLoadCombine()
5845 if (MemoryByteOffset(*FirstByteProvider) != 0) in MatchLoadCombine()
5847 LoadSDNode *FirstLoad = FirstByteProvider->Load; in MatchLoadCombine()