reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2671 uint64_t Size = DL.getTypeAllocSize(CV->getType()); 2708 return emitGlobalConstantDataSequential(DL, CDS, AP); 2711 return emitGlobalConstantArray(DL, CVA, AP, BaseCV, Offset); 2714 return emitGlobalConstantStruct(DL, CVS, AP, BaseCV, Offset); 2720 return emitGlobalConstantImpl(DL, CE->getOperand(0), AP); 2726 Constant *New = ConstantFoldConstant(CE, DL); 2728 return emitGlobalConstantImpl(DL, New, AP); 2733 return emitGlobalConstantVector(DL, V, AP);