Home
last modified time | relevance | path

Searched defs:newOff (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dadjust_arefs.cpp252 uint64_t newOff = off - (imm << scale); in ProcessIndex() local
255 uint64_t newOff = (imm << scale) - off; in ProcessIndex() local
262 uint64_t newOff = off + (imm << scale); in ProcessIndex() local