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

/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp680 llvm::Value *CastInBufPtr = nullptr; local
682 CastInBufPtr = Builder.CreatePointerCast(InBufPtr, InType, "casted_in");
687 // cast to InType and leave CastInBufPtr as an int8_t*. The buffer is
690 CastInBufPtr = InBufPtr;
698 InBufPtrs.push_back(CastInBufPtr);

Completed in 52 milliseconds