Home | History | Annotate | Download | only in Scalar

Lines Matching defs:STy

2564   StructType *STy = cast<StructType>(Ty);
2565 const StructLayout *SL = DL.getStructLayout(STy);
2567 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
2574 PrevFieldBitOffset+DL.getTypeSizeInBits(STy->getElementType(i-1));
2581 if (unsigned EltCount = STy->getNumElements()) {
2583 DL.getTypeSizeInBits(STy->getElementType(EltCount-1));