Searched refs:AccumulatorArgType (Results 1 – 1 of 1) sorted by relevance
1235 llvm::Type *AccumulatorArgType = AccumulatorArg_accum->getType(); in CreateReduceCombinerFromAccumulator() local1236 bccAssert(AccumulatorArgType->isPointerTy()); in CreateReduceCombinerFromAccumulator()1240 llvm::FunctionType::get(VoidTy, { AccumulatorArgType, AccumulatorArgType }, false); in CreateReduceCombinerFromAccumulator()1272 if (AccumulatorArgType->getPointerElementType() != AccumulatorArg_in->getType()) { in CreateReduceCombinerFromAccumulator()