Lines Matching refs:CreatePointerCast

1144           IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0));  in paintOrigin()
1183 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), Origin}); in storeOrigin()
1463 Value *OffsetLong = IRB.CreatePointerCast(Addr, MS.IntptrTy); in getShadowPtrOffset()
1523 IRB.CreatePointerCast(Addr, PointerType::get(IRB.getInt8Ty(), 0)); in getShadowOriginPtrKernel()
1533 ShadowPtr = IRB.CreatePointerCast(ShadowPtr, PointerType::get(ShadowTy, 0)); in getShadowOriginPtrKernel()
1553 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy); in getShadowPtrForArgument()
1565 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy); in getOriginPtrForArgument()
1574 return IRB.CreatePointerCast(MS.RetvalTLS, in getShadowPtrForRetval()
2348 A = IRB.CreatePointerCast(A, Sa->getType()); in handleEqualityComparison()
2349 B = IRB.CreatePointerCast(B, Sb->getType()); in handleEqualityComparison()
2421 A = IRB.CreatePointerCast(A, Sa->getType()); in handleRelationalComparisonExact()
2422 B = IRB.CreatePointerCast(B, Sb->getType()); in handleRelationalComparisonExact()
2554 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemMoveInst()
2555 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemMoveInst()
2568 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemCpyInst()
2569 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemCpyInst()
2579 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemSetInst()
3067 IRB.CreatePointerCast(ShadowPtr, Ty->getPointerTo())); in handleStmxcsr()
3865 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), Len}); in poisonAllocaUserspace()
3879 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), Len, in poisonAllocaUserspace()
3880 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy()), in poisonAllocaUserspace()
3881 IRB.CreatePointerCast(&F, MS.IntptrTy)}); in poisonAllocaUserspace()
3889 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), Len, in poisonAllocaKmsan()
3890 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy())}); in poisonAllocaKmsan()
3893 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), Len}); in poisonAllocaKmsan()
4060 Value *Ptr = IRB.CreatePointerCast(Operand, IRB.getInt8PtrTy()); in instrumentAsmArgument()
4310 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
4318 Value *Base = IRB.CreatePointerCast(MS.VAArgOriginTLS, MS.IntptrTy); in getOriginPtrForVAArgument()
4475 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
4644 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
4912 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
5182 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowAddrForVAArgument()
5187 Value *Base = IRB.CreatePointerCast(MS.VAArgOriginTLS, MS.IntptrTy); in getOriginPtrForVAArgument()