Home | History | Annotate | Download | only in Utils

Lines Matching refs:StructTy

662   StructType *StructTy;
664 StructTy = StructType::get(M->getContext(), paramTy);
666 paramTy.push_back(PointerType::getUnqual(StructTy));
783 StructTy, &*AI, Idx, "gep_" + inputs[i]->getName(), TI);