Home | History | Annotate | Download | only in IR

Lines Matching refs:getArgument

1501   const Value *Target = CS.getArgument(0);
1507 const Value *NumCallArgsV = CS.getArgument(1);
1531 const Value *Unused = CS.getArgument(2);
1539 Type *ArgType = CS.getArgument(3+i)->getType();
1546 const Value *NumDeoptArgsV = CS.getArgument(EndCallArgsInx+1);
2135 Assert(CS.getArgument(i)->getType() == FTy->getParamType(i),
2137 CS.getArgument(i), FTy->getParamType(i), I);
2151 Value *InAllocaArg = CS.getArgument(FTy->getNumParams() - 1);
2171 Type *Ty = CS.getArgument
3263 const Value *Target = StatepointCS.getArgument(0);
3330 Assert(isa<ConstantInt>(StatepointCS.getArgument(1)),
3333 cast<ConstantInt>(StatepointCS.getArgument(1))->getZExtValue();
3336 Assert(isa<ConstantInt>(StatepointCS.getArgument(NumCallArgs+3)),
3340 cast<ConstantInt>(StatepointCS.getArgument(NumCallArgs + 3))->getZExtValue();