Home | History | Annotate | Download | only in Analysis

Lines Matching defs:STy

1358       if (StructType *STy = dyn_cast<StructType>(*GTI)) {
1370 const StructLayout *SL = DL.getStructLayout(STy);
1837 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
1840 const StructLayout *SL = DL.getStructLayout(STy);
2669 llvm::StructType *STy = dyn_cast<llvm::StructType>(IndexedType);
2670 if (STy) {
2674 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
2678 To = BuildSubAggregate(From, To, STy->getElementType(i), Idxs, IdxSkip,
3221 Type *STy = BC->getSrcTy()->getPointerElementType(),
3223 if (STy->isSized() && DTy->isSized() &&
3224 (DL.getTypeStoreSize(STy) >= DL.getTypeStoreSize(DTy)) &&
3225 (DL.getABITypeAlignment(STy) >= DL.getABITypeAlignment(DTy)))