Home
last modified time | relevance | path

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

/art/compiler/llvm/
Dgbc_expander.cc1893 llvm::Value* static_field_value; in Expand_HLSget() local
1912 static_field_value = in Expand_HLSget()
1918 static_field_value = irb_.CreateBitCast(static_field_value, irb_.getJType(field_jty)); in Expand_HLSget()
1947 static_field_value = irb_.CreateLoad(static_field_addr, kTBAAHeapStatic, field_jty); in Expand_HLSget()
1948 static_field_value = SignOrZeroExtendCat1Types(static_field_value, field_jty); in Expand_HLSget()
1955 return static_field_value; in Expand_HLSget()