Searched defs:Arg (Results 1 – 4 of 4) sorted by relevance
53 struct Arg { struct54 int argc;55 char **argv;
60 bool IsDerefNeeded(llvm::Function *F, llvm::Argument &Arg) { in IsDerefNeeded()97 for (auto &Arg: F->getArgumentList()) { in FillArgsToDeref() local
504 for (const auto &Arg : CalleeFunction.getArgumentList()) { in finishArgList() local536 [I32Ty](int32_t Arg) { return llvm::ConstantInt::get(I32Ty, Arg); }); in GEPHelper()
1482 for (const auto &Arg : Args) { in genExportReduceAllocationVariant() local