Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp457 GateRef upperBound = builder_.Int32(INT32_MAX); in LowerCheckUInt32AndConvert() local
615 GateRef upperBound = builder_.Int32(INT32_MAX); in ConvertUInt32ToTaggedNumber() local
825 GateRef upperBound = acc_.GetValueIn(gate, 1); in LowerInt32UnsignedUpperBoundCheck() local
Dverifier.cpp389 std::unordered_map<GateRef, size_t> upperBound; in RunSchedulingBoundsCheck() local
Dscheduler.cpp230 std::unordered_map<GateRef, size_t> &upperBound) in CalculateSchedulingUpperBound()
Dmcr_circuit_builder.cpp641 GateRef CircuitBuilder::Int32UnsignedUpperBoundCheck(GateRef value, GateRef upperBound) in Int32UnsignedUpperBoundCheck()