Lines Matching refs:PointeeTy
6692 Type *PointeeTy = PrivStructType->getElementType(u)->getPointerTo(); in createInitialization() local
6694 constructPointer(PointeeTy, PrivType, &Base, in createInitialization()
6699 Type *PointeeTy = PrivArrayType->getElementType(); in createInitialization() local
6700 Type *PointeePtrTy = PointeeTy->getPointerTo(); in createInitialization()
6701 uint64_t PointeeTySize = DL.getTypeStoreSize(PointeeTy); in createInitialization()
6733 Type *PointeeTy = PrivStructType->getElementType(u); in createReplacementValues() local
6735 constructPointer(PointeeTy->getPointerTo(), PrivType, Base, in createReplacementValues()
6737 LoadInst *L = new LoadInst(PointeeTy, Ptr, "", IP); in createReplacementValues()
6742 Type *PointeeTy = PrivArrayType->getElementType(); in createReplacementValues() local
6743 uint64_t PointeeTySize = DL.getTypeStoreSize(PointeeTy); in createReplacementValues()
6744 Type *PointeePtrTy = PointeeTy->getPointerTo(); in createReplacementValues()
6748 LoadInst *L = new LoadInst(PointeeTy, Ptr, "", IP); in createReplacementValues()