Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5761 bool isMemory() const { return Load; } in isMemory() function
5926 assert(P.isMemory() && "Must be a memory byte provider"); in MatchLoadCombine()
5948 if (!P || !P->isMemory()) // All the bytes must be loaded from memory in MatchLoadCombine()