Lines Matching defs:arg_
370 : type_{type}, arg_{arg}, context_{context} {}
379 CHECK(arg_.size() == (WHICH == WhichLocation::Findloc ? 6 : 5));
381 Constant<T> *array{folder.Folding(arg_[0])};
387 if (const Constant<T> *p{folder.Folding(arg_[1])}) {
395 GetReductionMASK(arg_[maskArg], array->shape(), context_)};
396 if ((!mask && arg_[maskArg]) ||
397 !CheckReductionDIM(dim, context_, arg_, dimArg, array->Rank())) {
401 if (arg_[backArg]) {
404 arg_[backArg])};
547 ActualArguments &arg_;