Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7117 bool isMemory() const { return Load; } in isMemory() function
7512 assert(P.isMemory() && "Must be a memory byte provider"); in MatchLoadCombine()
7545 assert(P->isMemory() && "provenance should either be memory or zero"); in MatchLoadCombine()