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

References

tools/polly/lib/Analysis/ScopInfo.cpp
 1796   if (!LInst)
 1799   if (Value *Rep = InvEquivClassVMap.lookup(LInst))
 1800     LInst = cast<LoadInst>(Rep);
 1802   Type *Ty = LInst->getType();
 1803   const SCEV *PointerSCEV = SE->getSCEV(LInst->getPointerOperand());