Home | History | Annotate | Download | only in Scalar

Lines Matching defs:ST

1521     StructType *ST = dyn_cast<StructType>(V->getType());
1522 for (unsigned i = 0, e = ST->getNumElements(); i != e; ++i) {
1526 : UndefValue::get(ST->getElementType(i)));
1528 Const = ConstantStruct::get(ST, ConstVals);