Lines Matching refs:CreatePointerCast
693 IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0)); in paintOrigin()
739 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in storeOrigin()
941 Value *OffsetLong = IRB.CreatePointerCast(Addr, MS.IntptrTy); in getShadowPtrOffset()
995 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy); in getShadowPtrForArgument()
1005 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy); in getOriginPtrForArgument()
1013 Value *Base = IRB.CreatePointerCast(MS.RetvalTLS, MS.IntptrTy); in getShadowPtrForRetval()
1698 A = IRB.CreatePointerCast(A, Sa->getType()); in handleEqualityComparison()
1699 B = IRB.CreatePointerCast(B, Sb->getType()); in handleEqualityComparison()
1771 A = IRB.CreatePointerCast(A, Sa->getType()); in handleRelationalComparisonExact()
1772 B = IRB.CreatePointerCast(B, Sb->getType()); in handleRelationalComparisonExact()
1887 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemMoveInst()
1888 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemMoveInst()
1901 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemCpyInst()
1902 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemCpyInst()
1912 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemSetInst()
2690 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), in visitAllocaInst()
2712 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), in visitAllocaInst()
2714 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy()), in visitAllocaInst()
2715 IRB.CreatePointerCast(&F, MS.IntptrTy)}); in visitAllocaInst()
2957 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
3084 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
3239 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
3487 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()