Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:OrigTy

672   Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType();
673 const uint32_t TypeSizeBytes = DL.getTypeStoreSizeInBits(OrigTy) / 8;
678 Alignment = DL.getPrefTypeAlignment(OrigTy);
812 Type *OrigTy = cast<PointerType>(OrigPtrTy)->getElementType();
813 assert(OrigTy->isSized());
815 uint32_t TypeSizeBytes = DL.getTypeStoreSizeInBits(OrigTy) / 8;
850 Type *OrigTy = cast<PointerType>(Addr->getType())->getElementType();
851 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy);