reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2400 if (ICmpInst *C = dyn_cast<ICmpInst>(I)) { 2404 } else if (isa<BitCastInst>(I) || isa<GetElementPtrInst>(I) || 2404 } else if (isa<BitCastInst>(I) || isa<GetElementPtrInst>(I) || 2405 isa<AddrSpaceCastInst>(I)) { 2406 replaceInstUsesWith(*I, UndefValue::get(I->getType())); 2406 replaceInstUsesWith(*I, UndefValue::get(I->getType())); 2407 } else if (auto *SI = dyn_cast<StoreInst>(I)) { 2411 eraseInstFromFunction(*I);