Home | History | Annotate | Download | only in IR

Lines Matching full:getargument

1562   const Value *IDV = CS.getArgument(0);
1566 const Value *NumPatchBytesV = CS.getArgument(1);
1577 const Value *Target = CS.getArgument(2);
1583 const Value *NumCallArgsV = CS.getArgument(3);
1607 const Value *FlagsV = CS.getArgument(4);
1618 Type *ArgType = CS.getArgument(5 + i)->getType();
1627 const Value *NumTransitionArgsV = CS.getArgument(EndCallArgsInx+1);
1638 const Value *NumDeoptArgsV = CS.getArgument(EndTransitionArgsInx+1);
2320 Assert(CS.getArgument(i)->getType() == FTy->getParamType(i),
2322 CS.getArgument(i), FTy->getParamType(i), I);
2336 Value *InAllocaArg = CS.getArgument(FTy->getNumParams() - 1);
2356 Type *Ty = CS.getArgument(Idx-1)->getType();
3642 const Value *Target = StatepointCS.getArgument(2);
3708 Assert(isa<ConstantInt>(StatepointCS.getArgument(3)),
3711 cast<ConstantInt>(StatepointCS.getArgument(3))->getZExtValue();
3714 Assert(isa<ConstantInt>(StatepointCS.getArgument(NumCallArgs + 5)),
3718 cast<ConstantInt>(StatepointCS.getArgument(NumCallArgs + 5))
3721 Assert(isa<ConstantInt>(StatepointCS.getArgument(DeoptArgsStart)),
3725 cast<ConstantInt>(StatepointCS.getArgument(DeoptArgsStart))->getZExtValue();