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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp1211 llvm::Value *AccumulatorArg_in = &*(AccumulatorArgIter++); local
1238 if (AccumulatorArg_in->getType()->isPointerTy()) {
1243 llvm::Type *ElementType = AccumulatorArg_in->getType()->getPointerElementType();
1249 if (AccumulatorArgType->getPointerElementType() != AccumulatorArg_in->getType()) {
1252 AccumulatorArg_in->getType()->getPointerTo(),

Completed in 856 milliseconds