Lines Matching refs:CreatePointerCast

1131           IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0));  in paintOrigin()
1170 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), Origin}); in storeOrigin()
1450 Value *OffsetLong = IRB.CreatePointerCast(Addr, MS.IntptrTy); in getShadowPtrOffset()
1510 IRB.CreatePointerCast(Addr, PointerType::get(IRB.getInt8Ty(), 0)); in getShadowOriginPtrKernel()
1520 ShadowPtr = IRB.CreatePointerCast(ShadowPtr, PointerType::get(ShadowTy, 0)); in getShadowOriginPtrKernel()
1540 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy); in getShadowPtrForArgument()
1552 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy); in getOriginPtrForArgument()
1561 return IRB.CreatePointerCast(MS.RetvalTLS, in getShadowPtrForRetval()
2335 A = IRB.CreatePointerCast(A, Sa->getType()); in handleEqualityComparison()
2336 B = IRB.CreatePointerCast(B, Sb->getType()); in handleEqualityComparison()
2408 A = IRB.CreatePointerCast(A, Sa->getType()); in handleRelationalComparisonExact()
2409 B = IRB.CreatePointerCast(B, Sb->getType()); in handleRelationalComparisonExact()
2542 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemMoveInst()
2543 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemMoveInst()
2557 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemCpyInst()
2558 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemCpyInst()
2568 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemSetInst()
3056 IRB.CreatePointerCast(ShadowPtr, Ty->getPointerTo())); in handleStmxcsr()
3886 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), Len}); in poisonAllocaUserspace()
3899 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), Len, in poisonAllocaUserspace()
3900 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy()), in poisonAllocaUserspace()
3901 IRB.CreatePointerCast(&F, MS.IntptrTy)}); in poisonAllocaUserspace()
3909 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), Len, in poisonAllocaKmsan()
3910 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy())}); in poisonAllocaKmsan()
3913 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), Len}); in poisonAllocaKmsan()
4080 Value *Ptr = IRB.CreatePointerCast(Operand, IRB.getInt8PtrTy()); in instrumentAsmArgument()
4332 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
4340 Value *Base = IRB.CreatePointerCast(MS.VAArgOriginTLS, MS.IntptrTy); in getOriginPtrForVAArgument()
4497 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
4666 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
4934 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
5204 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowAddrForVAArgument()
5209 Value *Base = IRB.CreatePointerCast(MS.VAArgOriginTLS, MS.IntptrTy); in getOriginPtrForVAArgument()