Lines Matching refs:CreatePointerCast
431 {IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()), in instrumentLoadOrStore()
432 IRB.CreatePointerCast(StoredValue, IRB.getInt8PtrTy())}); in instrumentLoadOrStore()
438 IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
452 IRB.CreateCall(OnAccessFunc, IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy())); in instrumentLoadOrStore()
486 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
493 {IRB.CreatePointerCast(M->getArgOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
494 IRB.CreatePointerCast(M->getArgOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
520 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()
534 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()
551 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()
565 Value *Args[] = {IRB.CreatePointerCast(Addr, PtrTy), in instrumentAtomic()