Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isMemory

5603   bool isMemory() const { return Load; }
5768 assert(P.isMemory() && "Must be a memory byte provider");
5790 if (!P || !P->isMemory()) // All the bytes must be loaded from memory