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

References

lib/CodeGen/TargetLoweringObjectFileImpl.cpp
 1611   Type *Ty = C->getType();
 1612   if (isa<UndefValue>(C)) {
 1614   } else if (const auto *CFP = dyn_cast<ConstantFP>(C)) {
 1616   } else if (const auto *CI = dyn_cast<ConstantInt>(C)) {
 1626       HexString += scalarConstantToHexString(C->getAggregateElement(I));