Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Darray_bounds_check_elimination.cpp648 GateRef constGate = builder_.Int32(right); in PredicateCmpWithConst() local
649 return Predicate(left, cond, constGate); in PredicateCmpWithConst()
654 GateRef constGate = builder_.Int32(leftConst); in PredicateAdd() local
655 GateRef binaryOpGate = builder_.InsertTypedBinaryop(left, constGate, TypedBinOp::TYPED_ADD); in PredicateAdd()
662 GateRef constGate = builder_.Int32(right); in PredicateAddCmpWithConst() local
663 return PredicateAdd(left, leftConst, cond, constGate); in PredicateAddCmpWithConst()
H A Dnumber_speculative_lowering.cpp512 GateRef constGate = GetConstInt32(value); in VisitConstant() local
513 acc_.UpdateAllUses(gate, constGate); in VisitConstant()

Completed in 4 milliseconds