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

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 2671   uint64_t Size = DL.getTypeAllocSize(CV->getType());
 2676   if (!BaseCV && CV->hasOneUse())
 2677     BaseCV = dyn_cast<Constant>(CV->user_back());
 2679   if (isa<ConstantAggregateZero>(CV) || isa<UndefValue>(CV))
 2679   if (isa<ConstantAggregateZero>(CV) || isa<UndefValue>(CV))
 2682   if (const ConstantInt *CI = dyn_cast<ConstantInt>(CV)) {
 2699   if (const ConstantFP *CFP = dyn_cast<ConstantFP>(CV))
 2702   if (isa<ConstantPointerNull>(CV)) {
 2707   if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(CV))
 2710   if (const ConstantArray *CVA = dyn_cast<ConstantArray>(CV))
 2713   if (const ConstantStruct *CVS = dyn_cast<ConstantStruct>(CV))
 2716   if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(CV)) {
 2732   if (const ConstantVector *V = dyn_cast<ConstantVector>(CV))
 2737   const MCExpr *ME = AP.lowerConstant(CV);