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

/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp1234 llvm::Value *AccumulatorArg_in = &*(AccumulatorArgIter++); local
1261 if (AccumulatorArg_in->getType()->isPointerTy()) {
1266 llvm::Type *ElementType = AccumulatorArg_in->getType()->getPointerElementType();
1272 if (AccumulatorArgType->getPointerElementType() != AccumulatorArg_in->getType()) {
1275 AccumulatorArg_in->getType()->getPointerTo(),

Completed in 430 milliseconds