Lines Matching refs:CreatePointerCast
672 IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0)); in paintOrigin()
718 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in storeOrigin()
920 Value *OffsetLong = IRB.CreatePointerCast(Addr, MS.IntptrTy); in getShadowPtrOffset()
974 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy); in getShadowPtrForArgument()
984 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy); in getOriginPtrForArgument()
992 Value *Base = IRB.CreatePointerCast(MS.RetvalTLS, MS.IntptrTy); in getShadowPtrForRetval()
1677 A = IRB.CreatePointerCast(A, Sa->getType()); in handleEqualityComparison()
1678 B = IRB.CreatePointerCast(B, Sb->getType()); in handleEqualityComparison()
1750 A = IRB.CreatePointerCast(A, Sa->getType()); in handleRelationalComparisonExact()
1751 B = IRB.CreatePointerCast(B, Sb->getType()); in handleRelationalComparisonExact()
1866 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemMoveInst()
1867 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemMoveInst()
1880 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemCpyInst()
1881 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemCpyInst()
1891 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemSetInst()
2600 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), in visitAllocaInst()
2622 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), in visitAllocaInst()
2624 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy()), in visitAllocaInst()
2625 IRB.CreatePointerCast(&F, MS.IntptrTy)}); in visitAllocaInst()
2856 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
2981 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
3126 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()