Lines Matching refs:CreatePointerCast
627 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in instrumentLoadOrStore()
628 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())}); in instrumentLoadOrStore()
634 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
666 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
704 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
711 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
712 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
739 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()
754 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()
772 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()
791 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()