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

References

lib/CodeGen/CodeGenPrepare.cpp
 3203         if (CommonType && CommonType != Type)
 3203         if (CommonType && CommonType != Type)
 3205         CommonType = Type;
 3211     assert(CommonType && "At least one non-null value must be!");
 3213       Map[V] = Constant::getNullValue(CommonType);
 3259       ST.destroyNewNodes(CommonType);
 3266       ST.destroyNewNodes(CommonType);
 3422     auto *Dummy = UndefValue::get(CommonType);
 3449             PHINode::Create(CommonType, PredCount, "sunk_phi", CurrentPhi);