Home | History | Annotate | Download | only in IPO

Lines Matching defs:FieldTy

1294     Type *FieldTy = STy->getElementType(FieldNo);
1295 PointerType *PFieldTy = PointerType::get(FieldTy, AS);
1305 unsigned TypeSize = DL->getTypeAllocSize(FieldTy);
1306 if (StructType *ST = dyn_cast<StructType>(FieldTy))
1309 Value *NMI = CallInst::CreateMalloc(CI, IntPtrTy, FieldTy,