Lines Matching refs:getArgOperand
2376 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemMoveInst()
2377 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemMoveInst()
2378 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false)}); in visitMemMoveInst()
2390 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemCpyInst()
2391 IRB.CreatePointerCast(I.getArgOperand(1), IRB.getInt8PtrTy()), in visitMemCpyInst()
2392 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false)}); in visitMemCpyInst()
2401 {IRB.CreatePointerCast(I.getArgOperand(0), IRB.getInt8PtrTy()), in visitMemSetInst()
2402 IRB.CreateIntCast(I.getArgOperand(1), IRB.getInt32Ty(), false), in visitMemSetInst()
2403 IRB.CreateIntCast(I.getArgOperand(2), MS.IntptrTy, false)}); in visitMemSetInst()
2421 Value* Addr = I.getArgOperand(0); in handleVectorStoreIntrinsic()
2445 Value *Addr = I.getArgOperand(0); in handleVectorLoadIntrinsic()
2488 Type *Ty = I.getArgOperand(i)->getType(); in maybeHandleSimpleNomemIntrinsic()
2496 SC.Add(I.getArgOperand(i)); in maybeHandleSimpleNomemIntrinsic()
2518 I.getArgOperand(0)->getType()->isPointerTy() && in handleUnknownIntrinsic()
2519 I.getArgOperand(1)->getType()->isVectorTy() && in handleUnknownIntrinsic()
2527 I.getArgOperand(0)->getType()->isPointerTy() && in handleUnknownIntrinsic()
2544 Value *Op = I.getArgOperand(0); in handleBswap()
2573 assert(isa<ConstantInt>(I.getArgOperand(2)) && "Invalid rounding mode"); in handleVectorConvertIntrinsic()
2576 CopyOp = I.getArgOperand(0); in handleVectorConvertIntrinsic()
2577 ConvertOp = I.getArgOperand(1); in handleVectorConvertIntrinsic()
2580 ConvertOp = I.getArgOperand(0); in handleVectorConvertIntrinsic()
2821 Value* Addr = I.getArgOperand(0); in handleStmxcsr()
2838 Value *Addr = I.getArgOperand(0); in handleLdmxcsr()
2856 Value *V = I.getArgOperand(0); in handleMaskedStore()
2857 Value *Addr = I.getArgOperand(1); in handleMaskedStore()
2858 unsigned Align = cast<ConstantInt>(I.getArgOperand(2))->getZExtValue(); in handleMaskedStore()
2859 Value *Mask = I.getArgOperand(3); in handleMaskedStore()
2886 Value *Addr = I.getArgOperand(0); in handleMaskedLoad()
2887 unsigned Align = cast<ConstantInt>(I.getArgOperand(1))->getZExtValue(); in handleMaskedLoad()
2888 Value *Mask = I.getArgOperand(2); in handleMaskedLoad()
2889 Value *PassThru = I.getArgOperand(3); in handleMaskedLoad()
3806 Value *VAListTag = I.getArgOperand(0); in unpoisonVAListTagForInst()
3857 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation()
3955 Value *VAListTag = I.getArgOperand(0); in visitVAStartInst()
3967 Value *VAListTag = I.getArgOperand(0); in visitVACopyInst()
3996 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation()
4122 Value *VAListTag = I.getArgOperand(0); in visitVAStartInst()
4134 Value *VAListTag = I.getArgOperand(0); in visitVACopyInst()
4188 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation()
4388 Value *VAListTag = I.getArgOperand(0); in visitVAStartInst()
4399 Value *VAListTag = I.getArgOperand(0); in visitVACopyInst()
4430 Value *VAListTag = OrigInst->getArgOperand(0); in finalizeInstrumentation()