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

References

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  764     P = P->stripPointerCasts();
  764     P = P->stripPointerCasts();
  766     if (!Visited.insert(P).second)
  769     if (SelectInst *SI = dyn_cast<SelectInst>(P)) {
  775     if (PHINode *PN = dyn_cast<PHINode>(P)) {
  781     if (GlobalAlias *GA = dyn_cast<GlobalAlias>(P)) {
  790     if (AllocaInst *AI = dyn_cast<AllocaInst>(P)) {
  806     if (GlobalVariable *GV = dyn_cast<GlobalVariable>(P)) {