Lines Matching refs:CreateIntToPtr
1091 IRB.CreateLoad(IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy)); in instrumentAddress()
1142 Value *LastByte = IRB.CreateIntToPtr( in instrumentUnusualSizeOrAlignment()
1751 IRB.CreateStore(Poison, IRB.CreateIntToPtr(Ptr, StoreTy->getPointerTo())); in poisonRedZones()
1782 IRB.CreateIntToPtr(p, IRB.getInt64Ty()->getPointerTo())); in SetShadowToStackAfterReturnInlined()
1947 Value *NewAllocaPtr = IRB.CreateIntToPtr( in poisonStack()
1956 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in poisonStack()
1960 Value *BasePlus1 = IRB.CreateIntToPtr( in poisonStack()
1970 Value *BasePlus2 = IRB.CreateIntToPtr( in poisonStack()
2012 IRBPoison.CreateIntToPtr(SavedFlagPtrPtr, IntptrPtrTy)); in poisonStack()
2015 IRBPoison.CreateIntToPtr(SavedFlagPtr, IRBPoison.getInt8PtrTy())); in poisonStack()
2139 Value *NewAddressPtr = IRB.CreateIntToPtr(NewAddress, AI->getType()); in handleDynamicAllocaCall()