Home
last modified time | relevance | path

Searched defs:operandB (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_optimizer.cpp311 uint64_t LatticeUpdateRuleSCCP::RunBasicArithmetic(ValueLattice operandA, ValueLattice operandB, in RunBasicArithmetic()
344 uint64_t LatticeUpdateRuleSCCP::RunFCompareArithmetic(ValueLattice operandA, ValueLattice operandB, in RunFCompareArithmetic()
363 uint64_t LatticeUpdateRuleSCCP::RunICompareArithmetic(ValueLattice operandA, ValueLattice operandB, in RunICompareArithmetic()
852 const ValueLattice &operandB = valueLatticeMap_(acc_.GetIn(gate, 1)); in RunAdd() local
867 const ValueLattice &operandB = valueLatticeMap_(acc_.GetIn(gate, 1)); in RunSub() local
882 const ValueLattice &operandB = valueLatticeMap_(acc_.GetIn(gate, 1)); in RunMul() local
901 const ValueLattice &operandB = valueLatticeMap_(acc_.GetIn(gate, 1)); in RunExp() local
926 const ValueLattice &operandB = valueLatticeMap_(acc_.GetIn(gate, 1)); in RunSDiv() local
941 const ValueLattice &operandB = valueLatticeMap_(acc_.GetIn(gate, 1)); in RunSMod() local
956 const ValueLattice &operandB = valueLatticeMap_(acc_.GetIn(gate, 1)); in RunUDiv() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dcircuit_optimizer_tests.cpp159 const auto operandB = elementB->second; in HWTEST_F_L0() local