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

References

lib/Transforms/Utils/SimplifyCFG.cpp
 5980              UI = BasicBlock::iterator(dyn_cast<Instruction>(Use));
 5986     if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Use))
 5991     if (BitCastInst *BC = dyn_cast<BitCastInst>(Use))
 5995     if (LoadInst *LI = dyn_cast<LoadInst>(Use))
 6001     if (StoreInst *SI = dyn_cast<StoreInst>(Use))
 6008     if (auto CS = CallSite(Use))