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

References

lib/Transforms/Utils/SSAUpdater.cpp
   58   ProtoType = Ty;
   72   assert(ProtoType && "Need to initialize SSAUpdater");
   73   assert(ProtoType == V->getType() &&
  143     return UndefValue::get(ProtoType);
  161   PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(),
  273     return UndefValue::get(Updater->ProtoType);
  280     PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds,