Home | History | Annotate | Download | only in IPO

Lines Matching defs:STy

287       if (StructType *STy = dyn_cast<StructType>(AgTy)) {
288 if (maxElements > 0 && STy->getNumElements() > maxElements) {
297 for (const auto *EltTy : STy->elements()) {
317 if (StructType *STy = dyn_cast<StructType>(AgTy)) {
319 for (const auto *EltTy : STy->elements()) {
652 StructType *STy = cast<StructType>(AgTy);
653 Params.insert(Params.end(), STy->element_begin(), STy->element_end());
787 StructType *STy = cast<StructType>(AgTy);
790 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {
793 STy, *AI, Idxs, (*AI)->getName() + "." + Twine(i), Call);
915 StructType *STy = cast<StructType>(AgTy);
919 for (unsigned i = 0, e = STy->getNumElements(); i != e; ++i) {