Lines Matching refs:CreatePointerCast

648           IRB.CreatePointerCast(OriginPtr, PointerType::get(MS.IntptrTy, 0));  in paintOrigin()
694 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in storeOrigin()
899 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy), in getShadowPtrOffset()
949 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy); in getShadowPtrForArgument()
959 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy); in getOriginPtrForArgument()
967 Value *Base = IRB.CreatePointerCast(MS.RetvalTLS, MS.IntptrTy); in getShadowPtrForRetval()
1640 A = IRB.CreatePointerCast(A, Sa->getType()); in handleEqualityComparison()
1641 B = IRB.CreatePointerCast(B, Sb->getType()); in handleEqualityComparison()
1713 A = IRB.CreatePointerCast(A, Sa->getType()); in handleRelationalComparisonExact()
1714 B = IRB.CreatePointerCast(B, Sb->getType()); in handleRelationalComparisonExact()
1824 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemMoveInst()
1825 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemMoveInst()
1838 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemCpyInst()
1839 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemCpyInst()
1849 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemSetInst()
2568 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), in visitAllocaInst()
2590 {IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), in visitAllocaInst()
2592 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy()), in visitAllocaInst()
2593 IRB.CreatePointerCast(&F, MS.IntptrTy)}); in visitAllocaInst()
2804 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()
2925 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()