Home | History | Annotate | Download | only in VMCore

Lines Matching refs:ST

817 Constant *ConstantStruct::get(StructType *ST, ArrayRef<Constant*> V) {
818 assert((ST->isOpaque() || ST->getNumElements() == V.size()) &&
838 return ConstantAggregateZero::get(ST);
840 return UndefValue::get(ST);
842 return ST->getContext().pImpl->StructConstants.getOrCreate(ST, V);