Home
last modified time | relevance | path

Searched refs:leastCommonVb (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Doperand.cpp229 uint32 leastCommonVb = 0; in GetLeastCommonValidBit() local
232 if (curVb > leastCommonVb) { in GetLeastCommonValidBit()
233 leastCommonVb = curVb; in GetLeastCommonValidBit()
236 return leastCommonVb; in GetLeastCommonValidBit()

Completed in 2 milliseconds