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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp690 // to convert the pointer of byte InPtr to its real type.
711 llvm::Value *InPtr = nullptr; local
713 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], Offset);
722 InPtr = Builder.CreateInBoundsGEP(InBufPtrs[Index], OffsetInBytes);
723 InPtr = Builder.CreatePointerCast(InPtr, InTy);
727 llvm::LoadInst *InputLoad = Builder.CreateLoad(InPtr, "input");
849 llvm::Value *InPtr = nullptr; local
870 InPtr = Builder.CreateInBoundsGEP(InBufPtr, InOffset);
871 InPtr
[all...]

Completed in 146 milliseconds