Lines Matching refs:CreatePointerCast
546 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in instrumentLoadOrStore()
547 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())}); in instrumentLoadOrStore()
553 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
567 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
603 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
610 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
611 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
637 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()
652 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()
669 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()
687 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()