• Home
  • Raw
  • Download

Lines Matching refs:CreatePointerCast

620       IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),  in getShadowPtr()
631 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy), in getOriginPtr()
646 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy); in getShadowPtrForArgument()
656 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy); in getOriginPtrForArgument()
664 Value *Base = IRB.CreatePointerCast(MS.RetvalTLS, MS.IntptrTy); in getShadowPtrForRetval()
1148 A = IRB.CreatePointerCast(A, Sa->getType()); in handleEqualityComparison()
1149 B = IRB.CreatePointerCast(B, Sb->getType()); in handleEqualityComparison()
1221 A = IRB.CreatePointerCast(A, Sa->getType()); in handleRelationalComparisonExact()
1222 B = IRB.CreatePointerCast(B, Sb->getType()); in handleRelationalComparisonExact()
1332 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemMoveInst()
1333 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemMoveInst()
1346 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemCpyInst()
1347 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemCpyInst()
1357 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemSetInst()
1691 IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), in visitAllocaInst()
1713 IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()), in visitAllocaInst()
1715 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy())); in visitAllocaInst()
1878 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy); in getShadowPtrForVAArgument()