Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:getArgOperand

1358       IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()),
1359 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()),
1360 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false));
1372 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()),
1373 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()),
1374 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false));
1383 IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()),
1384 IRB.CreateIntCast(I.getArgOperand(1), IRB.getInt32Ty(), false),
1385 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false));
1422 Value* Addr = I.getArgOperand(0);
1446 Value *Addr = I.getArgOperand(0);
1487 Type *Ty = I.getArgOperand(i)->getType();
1495 SC.Add(I.getArgOperand(i));
1523 I.getArgOperand(0)->getType()->isPointerTy() &&
1524 I.getArgOperand(1)->getType()->isVectorTy() &&
1532 I.getArgOperand(0)->getType()->isPointerTy() &&
1549 Value *Op = I.getArgOperand(0);
1912 Value *VAListTag = I.getArgOperand(0);
1923 Value *VAListTag = I.getArgOperand(0);
1952 Value *VAListTag = OrigInst->getArgOperand(0);