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

References

lib/Transforms/Scalar/SCCP.cpp
 1767     Const = ConstantStruct::get(ST, ConstVals);
 1773     Const = IV.isConstant() ? IV.getConstant() : UndefValue::get(V->getType());
 1775   assert(Const && "Constant is nullptr here!");
 1793   LLVM_DEBUG(dbgs() << "  Constant: " << *Const << " = " << *V << '\n');
 1796   V->replaceAllUsesWith(Const);