Lines Matching refs:IntptrTy

227   Type *IntptrTy;
329 IRB.getInt8PtrTy(), IntptrTy, NULL);
331 "__msan_set_alloca_origin4", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy,
332 IRB.getInt8PtrTy(), IntptrTy, NULL);
334 "__msan_poison_stack", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy, NULL);
337 IRB.getInt8PtrTy(), IntptrTy, NULL);
340 IntptrTy, NULL);
343 IntptrTy, NULL);
423 IntptrTy = IRB.getIntPtrTy(TD);
753 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
754 ConstantInt::get(MS.IntptrTy, ~MS.ShadowMask));
764 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
765 ConstantInt::get(MS.IntptrTy, ~MS.ShadowMask));
768 ConstantInt::get(MS.IntptrTy, MS.OriginOffset));
770 IRB.CreateAnd(Add, ConstantInt::get(MS.IntptrTy, ~3ULL));
779 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy);
780 Base = IRB.CreateAdd(Base, ConstantInt::get(MS.IntptrTy, ArgOffset));
789 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy);
790 Base = IRB.CreateAdd(Base, ConstantInt::get(MS.IntptrTy, ArgOffset));
797 Value *Base = IRB.CreatePointerCast(MS.RetvalTLS, MS.IntptrTy);
1560 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false));
1574 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false));
1585 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false));
2033 ConstantInt::get(MS.IntptrTy, Size));
2056 ConstantInt::get(MS.IntptrTy, Size),
2058 IRB.CreatePointerCast(&F, MS.IntptrTy));
2235 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy);
2236 Base = IRB.CreateAdd(Base, ConstantInt::get(MS.IntptrTy, ArgOffset));
2273 IRB.CreateAdd(ConstantInt::get(MS.IntptrTy, AMD64FpEndOffset),
2288 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy),
2289 ConstantInt::get(MS.IntptrTy, 16)),
2299 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy),
2300 ConstantInt::get(MS.IntptrTy, 8)),