reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2487 assert(isElementTypeCompatible(Ty->getSequentialElementType())); 2491 return ConstantAggregateZero::get(Ty); 2495 *Ty->getContext() 2506 if (Node->getType() == Ty) 2511 if (isa<ArrayType>(Ty)) 2512 return *Entry = new ConstantDataArray(Ty, Slot.first().data()); 2514 assert(isa<VectorType>(Ty)); 2515 return *Entry = new ConstantDataVector(Ty, Slot.first().data());