Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinstruction_combine.cpp474 if (mLeft.Right().HasResolvedValue() && m.OwnsInput(m.Left().Gate())) { in ReduceInt64Add()
517 if (mleft.Right().HasResolvedValue() && m.OwnsInput(m.Left().Gate())) { in ReduceInt32Add()
603 if (n.Right().HasResolvedValue() && m.OwnsInput(m.Left().Gate())) { in ReduceInt64Mul()
644 if (n.Right().HasResolvedValue() && m.OwnsInput(m.Left().Gate())) { in ReduceInt32Mul()
H A Dgate_matchers.h337 bool OwnsInput(GateRef input) in OwnsInput() function

Completed in 3 milliseconds