Lines Matching refs:CreatePointerCast
640 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in instrumentLoadOrStore()
641 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())}); in instrumentLoadOrStore()
647 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
680 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
718 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
725 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
726 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
752 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()
767 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()
784 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()
802 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()