Searched refs:ExpandedAccumulatorArgIter (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp1176 auto ExpandedAccumulatorArgIter = FnExpandedAccumulator->arg_begin(); local
1177 llvm::Value *Arg_p = &*(ExpandedAccumulatorArgIter++);
1178 llvm::Value *Arg_x1 = &*(ExpandedAccumulatorArgIter++);
1179 llvm::Value *Arg_x2 = &*(ExpandedAccumulatorArgIter++);
1180 llvm::Value *Arg_accum = &*(ExpandedAccumulatorArgIter++);

Completed in 679 milliseconds