reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
113 if (!U->getType()->isIntOrIntVectorTy()) 116 if (!isa<Instruction>(U) && !isa<Argument>(U)) 116 if (!isa<Instruction>(U) && !isa<Argument>(U)) 119 if (!DB.isUseDead(&U)) 122 LLVM_DEBUG(dbgs() << "BDCE: Trivializing: " << U << " (all bits dead)\n"); 129 U.set(ConstantInt::get(U->getType(), 0)); 129 U.set(ConstantInt::get(U->getType(), 0));