Lines Matching refs:CreatePointerCast
706 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in untagPointerOperand()
744 Value *PtrLong = IRB.CreatePointerCast(Ptr, IntptrTy); in instrumentMemAccessInline()
823 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
824 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
829 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
852 IRB.CreatePointerCast(Addr, IntptrTy)); in instrumentMemAccess()
858 {IRB.CreatePointerCast(Addr, IntptrTy), in instrumentMemAccess()
887 {IRB.CreatePointerCast(AI, Int8PtrTy), JustTag, in tagAlloca()
891 Value *ShadowPtr = memToShadow(IRB.CreatePointerCast(AI, IntptrTy), IRB); in tagAlloca()
951 Value *StackPointerLong = IRB.CreatePointerCast(StackPointer, IntptrTy); in getStackBaseTag()
1014 Value *SlotPtr = IRB.CreatePointerCast( in getHwasanThreadSlotPtr()
1139 Value *AILong = IRB.CreatePointerCast(AI, IntptrTy); in instrumentStack()