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)
301 if (StructType *STy = dyn_cast<StructType>(V->getType()))
302 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i)
734 if (StructType *STy = dyn_cast<StructType>(ResultOp->getType()))
736 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i)
787 StructType *STy = dyn_cast<StructType>(IVI.getType());
788 if (STy == 0)
800 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
1145 if (StructType *STy = dyn_cast<StructType>(AI->getType())) {
1146 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
1157 if (StructType *STy = dyn_cast<StructType>(F->getReturnType())) {
1163 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i)
1261 if (StructType *STy = dyn_cast<StructType>(I->getType())) {
1277 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {