Searched refs:isMemory (Results 1 – 1 of 1) sorted by relevance
5761 bool isMemory() const { return Load; } in isMemory() function5926 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()