Home
last modified time | relevance | path

Searched refs:AccumulatorArgType (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp1235 llvm::Type *AccumulatorArgType = AccumulatorArg_accum->getType(); in CreateReduceCombinerFromAccumulator() local
1236 bccAssert(AccumulatorArgType->isPointerTy()); in CreateReduceCombinerFromAccumulator()
1240 llvm::FunctionType::get(VoidTy, { AccumulatorArgType, AccumulatorArgType }, false); in CreateReduceCombinerFromAccumulator()
1272 if (AccumulatorArgType->getPointerElementType() != AccumulatorArg_in->getType()) { in CreateReduceCombinerFromAccumulator()