Home | History | Annotate | Download | only in Analysis

Lines Matching defs:STy

449     while (StructType *STy = dyn_cast<StructType>(ElTy)) {
452 if (STy->getNumElements() == 0) break;
459 const StructLayout &SL = *DL.getStructLayout(STy);
465 ElTy = STy->getTypeAtIndex(ElIdx);
476 ElTy = STy->getTypeAtIndex(0u);
1244 Type *STy = S->getType();
1245 Type *IntTy = SE.getEffectiveSCEVType(STy);
1284 Type *ExpandTy = PostLoopScale ? IntTy : STy;