Lines Matching refs:ST
2872 if (StructType *ST = dyn_cast<StructType>(Ty)) {
2873 if (ST->getNumElements() != ID.UIntVal)
2876 if (ST->isPacked() != (ID.Kind == ValID::t_PackedConstantStruct))
2881 if (ID.ConstantStructElts[i]->getType() != ST->getElementType(i))
2885 V = ConstantStruct::get(ST, makeArrayRef(ID.ConstantStructElts,