Home
last modified time | relevance | path

Searched refs:OutBaseGEP (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp846 SmallGEPIndices OutBaseGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldOutPtr, 0})); in ExpandOldStyleForEach() local
847 OutBasePtr = Builder.CreateLoad(Builder.CreateInBoundsGEP(Arg_p, OutBaseGEP, "out_buf.gep")); in ExpandOldStyleForEach()
1001 SmallGEPIndices OutBaseGEP(GEPHelper({0, RsExpandKernelDriverInfoPfxFieldOutPtr, 0})); in ExpandForEach() local
1002 OutBasePtr = Builder.CreateLoad(Builder.CreateInBoundsGEP(Arg_p, OutBaseGEP, "out_buf.gep")); in ExpandForEach()