Home | History | Annotate | Download | only in Scalar

Lines Matching refs:STy

240     if (StructType *STy = dyn_cast<StructType>(F->getReturnType())) {
242 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i)
294 if (StructType *STy = dyn_cast<StructType>(V->getType()))
295 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i)
724 if (StructType *STy = dyn_cast<StructType>(ResultOp->getType()))
726 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i)
777 StructType *STy = dyn_cast<StructType>(IVI.getType());
778 if (STy == 0)
790 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
1135 if (StructType *STy = dyn_cast<StructType>(AI->getType())) {
1136 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
1147 if (StructType *STy = dyn_cast<StructType>(F->getReturnType())) {
1153 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i)
1251 if (StructType *STy = dyn_cast<StructType>(I->getType())) {
1267 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {