Lines Matching refs:CreatePointerCast
671 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in instrumentLoadOrStore()
672 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())}); in instrumentLoadOrStore()
678 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
710 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
748 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
755 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
756 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
783 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()
798 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()
816 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()
835 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()