Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Doperand.cpp72 uint32 otherFl = o.regFlag; in operator ==() local
75 return (myRn == otherRn && mySz == otherSz && myFl == otherFl); in operator ==()
87 uint32 otherFl = o.regFlag; in operator <() local
89 (myRn == otherRn && mySz == otherSz && myFl < otherFl); in operator <()

Completed in 2 milliseconds