Lines Matching refs:CreatePointerCast
1087 IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0)); in paintOrigin()
1131 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in storeOrigin()
1358 Value *OffsetLong = IRB.CreatePointerCast(Addr, MS.IntptrTy); in getShadowPtrOffset()
1418 IRB.CreatePointerCast(Addr, PointerType::get(IRB.getInt8Ty(), 0)); in getShadowOriginPtrKernel()
1428 ShadowPtr = IRB.CreatePointerCast(ShadowPtr, PointerType::get(ShadowTy, 0)); in getShadowOriginPtrKernel()
1451 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy); in getShadowPtrForArgument()
1463 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy); in getOriginPtrForArgument()
1472 return IRB.CreatePointerCast(MS.RetvalTLS, in getShadowPtrForRetval()
2187 A = IRB.CreatePointerCast(A, Sa->getType()); in handleEqualityComparison()
2188 B = IRB.CreatePointerCast(B, Sb->getType()); in handleEqualityComparison()
2260 A = IRB.CreatePointerCast(A, Sa->getType()); in handleRelationalComparisonExact()
2261 B = IRB.CreatePointerCast(B, Sb->getType()); in handleRelationalComparisonExact()
2376 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemMoveInst()
2377 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemMoveInst()
2390 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemCpyInst()
2391 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemCpyInst()
2401 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemSetInst()
2828 IRB.CreatePointerCast(ShadowPtr, Ty->getPointerTo())); in handleStmxcsr()
3356 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), Len}); in instrumentAllocaUserspace()
3369 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), Len, in instrumentAllocaUserspace()
3370 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy()), in instrumentAllocaUserspace()
3371 IRB.CreatePointerCast(&F, MS.IntptrTy)}); in instrumentAllocaUserspace()
3379 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), Len, in instrumentAllocaKmsan()
3380 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy())}); in instrumentAllocaKmsan()
3383 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), Len}); in instrumentAllocaKmsan()
3542 Value *Ptr = IRB.CreatePointerCast(Operand, IRB.getInt8PtrTy()); in instrumentAsmArgument()
3787 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
3795 Value *Base = IRB.CreatePointerCast(MS.VAArgOriginTLS, MS.IntptrTy); in getOriginPtrForVAArgument()
3946 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
4113 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
4379 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()