Searched refs:MemSrc (Results 1 – 2 of 2) sorted by relevance
186 GlobalVariable *MemSrc = dyn_cast<GlobalVariable>(MTI->getSource()); in CleanupPointerRootUsers() local187 if (MemSrc && MemSrc->isConstant()) { in CleanupPointerRootUsers()190 } else if (Instruction *I = dyn_cast<Instruction>(MemSrc)) { in CleanupPointerRootUsers()
227 GlobalVariable *MemSrc = dyn_cast<GlobalVariable>(MTI->getSource()); in CleanupPointerRootUsers() local228 if (MemSrc && MemSrc->isConstant()) { in CleanupPointerRootUsers()231 } else if (Instruction *I = dyn_cast<Instruction>(MemSrc)) { in CleanupPointerRootUsers()