Searched refs:static_field_offset_value (Results 1 – 1 of 1) sorted by relevance
1160 llvm::Value* static_field_offset_value = irb_.getPtrEquivInt(field_offset); in Expand_SGetFast() local1163 irb_.CreatePtrDisp(static_storage_addr, static_field_offset_value, in Expand_SGetFast()1181 llvm::Value* static_field_offset_value = irb_.getPtrEquivInt(field_offset); in Expand_SPutFast() local1184 irb_.CreatePtrDisp(static_storage_addr, static_field_offset_value, in Expand_SPutFast()1941 llvm::Value* static_field_offset_value = irb_.getPtrEquivInt(field_offset.Int32Value()); in Expand_HLSget() local1944 irb_.CreatePtrDisp(static_storage_addr, static_field_offset_value, in Expand_HLSget()2031 llvm::Value* static_field_offset_value = irb_.getPtrEquivInt(field_offset.Int32Value()); in Expand_HLSput() local2034 irb_.CreatePtrDisp(static_storage_addr, static_field_offset_value, in Expand_HLSput()