reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/GlobalsModRef.cpp
  352     if (LoadInst *LI = dyn_cast<LoadInst>(I)) {
  355     } else if (StoreInst *SI = dyn_cast<StoreInst>(I)) {
  362     } else if (Operator::getOpcode(I) == Instruction::GetElementPtr) {
  363       if (AnalyzeUsesOfPointer(I, Readers, Writers))
  365     } else if (Operator::getOpcode(I) == Instruction::BitCast) {
  366       if (AnalyzeUsesOfPointer(I, Readers, Writers, OkayStoreDest))
  368     } else if (auto *Call = dyn_cast<CallBase>(I)) {
  374             isFreeCall(I, &GetTLI(*Call->getFunction()))) {
  381     } else if (ICmpInst *ICI = dyn_cast<ICmpInst>(I)) {
  384     } else if (Constant *C = dyn_cast<Constant>(I)) {