Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:CreatePointerCast

631       IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
642 IRB.CreateAnd(IRB.CreatePointerCast(Addr, MS.IntptrTy),
657 Value *Base = IRB.CreatePointerCast(MS.ParamTLS, MS.IntptrTy);
667 Value *Base = IRB.CreatePointerCast(MS.ParamOriginTLS, MS.IntptrTy);
675 Value *Base = IRB.CreatePointerCast(MS.RetvalTLS, MS.IntptrTy);
1174 A = IRB.CreatePointerCast(A, Sa->getType());
1175 B = IRB.CreatePointerCast(B, Sb->getType());
1247 A = IRB.CreatePointerCast(A, Sa->getType());
1248 B = IRB.CreatePointerCast(B, Sb->getType());
1358 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()),
1359 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()),
1372 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()),
1373 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()),
1383 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()),
1716 IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()),
1738 IRB.CreatePointerCast(&I, IRB.getInt8PtrTy()),
1740 IRB.CreatePointerCast(Descr, IRB.getInt8PtrTy()));
1903 Value *Base = IRB.CreatePointerCast(MS.VAArgTLS, MS.IntptrTy);