Lines Matching refs:CreatePointerCast
798 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in untagPointerOperand()
845 Value *PtrLong = IRB.CreatePointerCast(Ptr, IntptrTy); in instrumentMemAccessInline()
935 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
936 IRB.CreatePointerCast(MI->getOperand(1), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
941 {IRB.CreatePointerCast(MI->getOperand(0), IRB.getInt8PtrTy()), in instrumentMemIntrinsic()
964 IRB.CreatePointerCast(Addr, IntptrTy)); in instrumentMemAccess()
972 {IRB.CreatePointerCast(Addr, IntptrTy), in instrumentMemAccess()
989 {IRB.CreatePointerCast(AI, Int8PtrTy), JustTag, in tagAlloca()
993 Value *ShadowPtr = memToShadow(IRB.CreatePointerCast(AI, IntptrTy), IRB); in tagAlloca()
1124 Value *SlotPtr = IRB.CreatePointerCast( in getHwasanThreadSlotPtr()
1303 Value *AILong = IRB.CreatePointerCast(AI, IntptrTy); in instrumentStack()
1312 Value *AICast = IRB.CreatePointerCast(AI, Int8PtrTy); in instrumentStack()