Searched refs:reduction_operands (Results 1 – 1 of 1) sorted by relevance
2773 std::vector<llvm::Value*> reduction_operands; in EmitElementalReduce() local2776 reduction_operands.push_back(accum_value); in EmitElementalReduce()2782 reduction_operands.push_back(input_element); in EmitElementalReduce()2787 EmitThreadLocalCall(*reduce->to_apply(), reduction_operands, in EmitElementalReduce()