Home | History | Annotate | Download | only in IPO

Lines Matching defs:IntPtrTy

1508     Type *IntPtrTy = TD->getIntPtrType(CI->getContext());
1509 Value *NMI = CallInst::CreateMalloc(CI, IntPtrTy, FieldTy,
1510 ConstantInt::get(IntPtrTy, TypeSize),
1738 Type *IntPtrTy = TD->getIntPtrType(CI->getContext());
1740 Value *AllocSize = ConstantInt::get(IntPtrTy, TypeSize);
1741 Value *NumElements = ConstantInt::get(IntPtrTy, AT->getNumElements());
1742 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy,