Lines Matching defs:STy
42 if (StructType *STy = dyn_cast<StructType>(Ty)) {
43 for (auto I : llvm::enumerate(STy->elements())) {
88 if (StructType *STy = dyn_cast<StructType>(Ty)) {
92 const StructLayout *SL = Offsets ? DL.getStructLayout(STy) : nullptr;
93 for (StructType::element_iterator EB = STy->element_begin(),
95 EE = STy->element_end();
146 if (StructType *STy = dyn_cast<StructType>(&Ty)) {
150 const StructLayout *SL = Offsets ? DL.getStructLayout(STy) : nullptr;
151 for (unsigned I = 0, E = STy->getNumElements(); I != E; ++I) {
153 computeValueLLTs(DL, *STy->getElementType(I), ValueTys, Offsets,