Searched refs:tempbuf_address_base (Results 1 – 1 of 1) sorted by relevance
3080 llvm::LoadInst* tempbuf_address_base = Load(tempbuf_address_ptr); in EmitGlobalBufferPointer() local3083 tempbuf_address_base->setMetadata( in EmitGlobalBufferPointer()3085 llvm::MDNode::get(tempbuf_address_base->getContext(), /*MDs=*/{})); in EmitGlobalBufferPointer()3087 AttachAlignmentMetadataForLoad(tempbuf_address_base, allocation.size()); in EmitGlobalBufferPointer()3088 AttachDereferenceableMetadataForLoad(tempbuf_address_base, allocation.size()); in EmitGlobalBufferPointer()3090 llvm::Value* tempbuf_address_untyped = tempbuf_address_base; in EmitGlobalBufferPointer()3094 InBoundsGEP(tempbuf_address_base, b_.getInt64(slice.offset())); in EmitGlobalBufferPointer()