Home | History | Annotate | Download | only in IR

Lines Matching defs:STy

500       StructType *STy = dyn_cast<StructType>(ATy->getElementType());
504 Assert(STy &&
505 (STy->getNumElements() == 2 || STy->getNumElements() == 3) &&
506 STy->getTypeAtIndex(0u)->isIntegerTy(32) &&
507 STy->getTypeAtIndex(1) == FuncPtrTy,
509 if (STy->getNumElements() == 3) {
510 Type *ETy = STy->getTypeAtIndex(2);