Lines Matching refs:CreateIntToPtr
1161 IRB.CreateLoad(IRB.CreateIntToPtr(ShadowPtr, ShadowPtrTy)); in instrumentAddress()
1212 Value *LastByte = IRB.CreateIntToPtr( in instrumentUnusualSizeOrAlignment()
1945 IRB.CreateStore(Poison, IRB.CreateIntToPtr(Ptr, StoreTy->getPointerTo())); in poisonRedZones()
1976 IRB.CreateIntToPtr(p, IRB.getInt64Ty()->getPointerTo())); in SetShadowToStackAfterReturnInlined()
2149 Value *NewAllocaPtr = IRB.CreateIntToPtr( in poisonStack()
2158 Value *BasePlus0 = IRB.CreateIntToPtr(LocalStackBase, IntptrPtrTy); in poisonStack()
2162 Value *BasePlus1 = IRB.CreateIntToPtr( in poisonStack()
2172 Value *BasePlus2 = IRB.CreateIntToPtr( in poisonStack()
2224 IRBPoison.CreateIntToPtr(SavedFlagPtrPtr, IntptrPtrTy)); in poisonStack()
2227 IRBPoison.CreateIntToPtr(SavedFlagPtr, IRBPoison.getInt8PtrTy())); in poisonStack()
2347 Value *NewAddressPtr = IRB.CreateIntToPtr(NewAddress, AI->getType()); in handleDynamicAllocaCall()