Searched refs:BufferArgAddrCast (Results 1 – 1 of 1) sorted by relevance
2910 Value *BufferArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitListToGlobalCopyFunction() local2919 Builder.CreateStore(BufferArg, BufferArgAddrCast); in emitListToGlobalCopyFunction()2926 Builder.CreateLoad(Builder.getPtrTy(), BufferArgAddrCast); in emitListToGlobalCopyFunction()3028 Value *BufferArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitListToGlobalReduceFunction() local3040 Builder.CreateStore(BufferArg, BufferArgAddrCast); in emitListToGlobalReduceFunction()3044 Value *BufferVal = Builder.CreateLoad(Builder.getPtrTy(), BufferArgAddrCast); in emitListToGlobalReduceFunction()3103 Value *BufferArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitGlobalToListCopyFunction() local3111 Builder.CreateStore(BufferArg, BufferArgAddrCast); in emitGlobalToListCopyFunction()3117 Value *BufferVal = Builder.CreateLoad(Builder.getPtrTy(), BufferArgAddrCast); in emitGlobalToListCopyFunction()3219 Value *BufferArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitGlobalToListReduceFunction() local[all …]