Searched refs:ContextArgType (Results 1 - 1 of 1) sorted by path

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp479 llvm::Type *ContextArgType = nullptr; local
483 ContextArgType = Arg.getType();
487 bccAssert(ContextArgType);
488 ArgVector[ArgContextIdx] = CallerBuilder.CreatePointerCast(ArgVector[ArgContextIdx], ContextArgType);

Completed in 632 milliseconds