Lines Matching refs:PointeeTy
6605 Type *PointeeTy = PrivStructType->getElementType(u)->getPointerTo(); in createInitialization() local
6607 constructPointer(PointeeTy, PrivType, &Base, in createInitialization()
6612 Type *PointeeTy = PrivArrayType->getElementType(); in createInitialization() local
6613 Type *PointeePtrTy = PointeeTy->getPointerTo(); in createInitialization()
6614 uint64_t PointeeTySize = DL.getTypeStoreSize(PointeeTy); in createInitialization()
6645 Type *PointeeTy = PrivStructType->getElementType(u); in createReplacementValues() local
6647 constructPointer(PointeeTy->getPointerTo(), PrivType, Base, in createReplacementValues()
6649 LoadInst *L = new LoadInst(PointeeTy, Ptr, "", IP); in createReplacementValues()
6654 Type *PointeeTy = PrivArrayType->getElementType(); in createReplacementValues() local
6655 uint64_t PointeeTySize = DL.getTypeStoreSize(PointeeTy); in createReplacementValues()
6656 Type *PointeePtrTy = PointeeTy->getPointerTo(); in createReplacementValues()
6660 LoadInst *L = new LoadInst(PointeeTy, Ptr, "", IP); in createReplacementValues()