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

References

lib/Transforms/Scalar/JumpThreading.cpp
  506   for (; &*I != StopAt; ++I) {
  506   for (; &*I != StopAt; ++I) {
  513     if (isa<DbgInfoIntrinsic>(I)) continue;
  516     if (isa<BitCastInst>(I) && I->getType()->isPointerTy())
  516     if (isa<BitCastInst>(I) && I->getType()->isPointerTy())
  521     if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB))
  521     if (I->getType()->isTokenTy() && I->isUsedOutsideOfBlock(BB))
  531     if (const CallInst *CI = dyn_cast<CallInst>(I)) {