Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Arg

1721     for (auto &Arg : CI->arg_operands()) {
1726 if (!Arg->getType()->isPointerTy())
1729 cast<PointerType>(Arg->getType())->getAddressSpace()),
1731 Value *Val = Arg->stripAndAccumulateInBoundsConstantOffsets(*DL, Offset);
4713 if (auto *Arg = dyn_cast<Argument>(Cond))
4714 if (Arg->hasSExtAttr())