Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Int8Ptr

1367   Type *Int8Ptr = Type::getInt8PtrTy(*DFSF.DFS.Ctx);
1368 DestShadow = IRB.CreateBitCast(DestShadow, Int8Ptr);
1369 SrcShadow = IRB.CreateBitCast(SrcShadow, Int8Ptr);