Searched refs:BufferArgAddrCast (Results 1 – 1 of 1) sorted by relevance
3053 Value *BufferArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitListToGlobalCopyFunction() local3062 Builder.CreateStore(BufferArg, BufferArgAddrCast); in emitListToGlobalCopyFunction()3069 Builder.CreateLoad(Builder.getPtrTy(), BufferArgAddrCast); in emitListToGlobalCopyFunction()3171 Value *BufferArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitListToGlobalReduceFunction() local3183 Builder.CreateStore(BufferArg, BufferArgAddrCast); in emitListToGlobalReduceFunction()3187 Value *BufferVal = Builder.CreateLoad(Builder.getPtrTy(), BufferArgAddrCast); in emitListToGlobalReduceFunction()3246 Value *BufferArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitGlobalToListCopyFunction() local3254 Builder.CreateStore(BufferArg, BufferArgAddrCast); in emitGlobalToListCopyFunction()3260 Value *BufferVal = Builder.CreateLoad(Builder.getPtrTy(), BufferArgAddrCast); in emitGlobalToListCopyFunction()3362 Value *BufferArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitGlobalToListReduceFunction() local[all …]