reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1349 if (I->hasMetadata("nosanitize")) return nullptr; 1352 if (LocalDynamicShadow == I) 1356 const DataLayout &DL = I->getModule()->getDataLayout(); 1357 if (LoadInst *LI = dyn_cast<LoadInst>(I)) { 1363 } else if (StoreInst *SI = dyn_cast<StoreInst>(I)) { 1369 } else if (AtomicRMWInst *RMW = dyn_cast<AtomicRMWInst>(I)) { 1375 } else if (AtomicCmpXchgInst *XCHG = dyn_cast<AtomicCmpXchgInst>(I)) { 1381 } else if (auto CI = dyn_cast<CallInst>(I)) {