Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:CreateBitCast

983         IRB.CreateBitCast(ShadowAddr, Type::getInt64PtrTy(*DFS.Ctx));
1067 IRB.CreateBitCast(ShadowAddr, PointerType::getUnqual(ShadowTy));
1082 IRB.CreateBitCast(ShadowAddr, PointerType::getUnqual(ShadowVecTy));
1199 IRB.CreateBitCast(I.getDest(), Type::getInt8PtrTy(*DFSF.DFS.Ctx)),
1220 DestShadow = IRB.CreateBitCast(DestShadow, Int8Ptr);
1221 SrcShadow = IRB.CreateBitCast(SrcShadow, Int8Ptr);
1317 IRB.CreateBitCast(*i, Type::getInt8PtrTy(*DFSF.DFS.Ctx)));
1391 IRB.CreateBitCast(CS.getCalledValue(), PointerType::getUnqual(NewFT));