Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:IntptrTy

226   Type *IntptrTy;
341 "__msan_set_alloca_origin4", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy,
342 IRB.getInt8PtrTy(), IntptrTy, NULL);
344 "__msan_poison_stack", IRB.getVoidTy(), IRB.getInt8PtrTy(), IntptrTy, NULL);
349 IRB.getInt8PtrTy(), IntptrTy, NULL);
352 IntptrTy, NULL);
355 IntptrTy, NULL);
437 IntptrTy = IRB.getIntPtrTy(DL);
800 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
801 ConstantInt::get(MS.IntptrTy, ~MS.ShadowMask));
811 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
812 ConstantInt::get(MS.IntptrTy, ~MS.ShadowMask));
815 ConstantInt::get(MS.IntptrTy, MS.OriginOffset));
817 IRB.CreateAnd(Add, ConstantInt::get(MS.IntptrTy, ~3ULL));
826 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy);
827 Base = IRB.CreateAdd(Base, ConstantInt::get(MS.IntptrTy, ArgOffset));
836 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy);
837 Base = IRB.CreateAdd(Base, ConstantInt::get(MS.IntptrTy, ArgOffset));
844 Value *Base = IRB.CreatePointerCast(MS.RetvalTLS, MS.IntptrTy);
1671 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false));
1685 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false));
1696 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false));
2417 ConstantInt::get(MS.IntptrTy, Size));
2440 ConstantInt::get(MS.IntptrTy, Size),
2442 IRB.CreatePointerCast(&F, MS.IntptrTy));
2651 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy);
2652 Base = IRB.CreateAdd(Base, ConstantInt::get(MS.IntptrTy, ArgOffset));
2689 IRB.CreateAdd(ConstantInt::get(MS.IntptrTy, AMD64FpEndOffset),
2704 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy),
2705 ConstantInt::get(MS.IntptrTy, 16)),
2715 IRB.CreateAdd(IRB.CreatePtrToInt(VAListTag, MS.IntptrTy),
2716 ConstantInt::get(MS.IntptrTy, 8)),