Searched refs:OldME (Results 1 – 1 of 1) sorted by relevance
284 MemoryEffects OldME = F->getMemoryEffects(); in addMemoryAttrs() local285 MemoryEffects NewME = ME & OldME; in addMemoryAttrs()286 if (NewME != OldME) { in addMemoryAttrs()