Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:IntptrTy

217   IntegerType *IntptrTy;
401 IntptrTy = DL->getIntPtrType(*Ctx);
403 ShadowPtrMask = ConstantInt::getSigned(IntptrTy, ~0x700000000000LL);
404 ShadowPtrMul = ConstantInt::getSigned(IntptrTy, ShadowWidth / 8);
409 Type *DFSanUnionLoadArgs[2] = { ShadowPtrTy, IntptrTy };
414 Type *DFSanSetLabelArgs[3] = { ShadowTy, Type::getInt8PtrTy(*Ctx), IntptrTy };
424 ConstantInt::get(IntptrTy, uintptr_t(GetArgTLSPtr)),
432 ConstantInt::get(IntptrTy, uintptr_t(GetRetvalTLSPtr)),
869 IRB.CreateAnd(IRB.CreatePtrToInt(Addr, IntptrTy), ShadowPtrMask),
963 IRB.CreateGEP(ShadowAddr, ConstantInt::get(DFS.IntptrTy, 1));
976 DFS.DFSanUnionLoadFn, ShadowAddr, ConstantInt::get(DFS.IntptrTy, Size));
1004 WideAddr = NextIRB.CreateGEP(WideAddr, ConstantInt::get(DFS.IntptrTy, 1));
1021 DFS.DFSanUnionLoadFn, ShadowAddr, ConstantInt::get(DFS.IntptrTy, Size));
1200 IRB.CreateZExtOrTrunc(I.getLength(), DFSF.DFS.IntptrTy));