Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Int8Ptr

1219   Type *Int8Ptr = Type::getInt8PtrTy(*DFSF.DFS.Ctx);
1220 DestShadow = IRB.CreateBitCast(DestShadow, Int8Ptr);
1221 SrcShadow = IRB.CreateBitCast(SrcShadow, Int8Ptr);