Lines Matching refs:CreatePointerCast
624 IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0)); in paintOrigin()
670 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in storeOrigin()
875 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy), in getShadowPtrOffset()
925 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy); in getShadowPtrForArgument()
935 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy); in getOriginPtrForArgument()
943 Value *Base = IRB.CreatePointerCast(MS.RetvalTLS, MS.IntptrTy); in getShadowPtrForRetval()
1616 A = IRB.CreatePointerCast(A, Sa->getType()); in handleEqualityComparison()
1617 B = IRB.CreatePointerCast(B, Sb->getType()); in handleEqualityComparison()
1689 A = IRB.CreatePointerCast(A, Sa->getType()); in handleRelationalComparisonExact()
1690 B = IRB.CreatePointerCast(B, Sb->getType()); in handleRelationalComparisonExact()
1800 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemMoveInst()
1801 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemMoveInst()
1814 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemCpyInst()
1815 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemCpyInst()
1825 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemSetInst()
2541 IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), in visitAllocaInst()
2563 IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), in visitAllocaInst()
2565 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy()), in visitAllocaInst()
2566 IRB.CreatePointerCast(&F, MS.IntptrTy)); in visitAllocaInst()
2777 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
2898 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()