Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:st

682       if (llvm::StructType *st = dyn_cast<llvm::StructType>(argType)) {
683 for (unsigned i = 0, e = st->getNumElements(); i != e; ++i)
684 argTypes.push_back(st->getElementType(i));