Home
last modified time | relevance | path

Searched defs:operandA (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()
824 const ValueLattice &operandA = valueLatticeMap_(acc_.GetIn(gate, 0)); in RunZExtToIntOrArch() local
830 const ValueLattice &operandA = valueLatticeMap_(acc_.GetIn(gate, 0)); in RunSExtToIntOrArch() local
836 const ValueLattice &operandA = valueLatticeMap_(acc_.GetIn(gate, 0)); in RunTruncToInt() local
842 const ValueLattice &operandA = valueLatticeMap_(acc_.GetIn(gate, 0)); in RunRev() local
851 const ValueLattice &operandA = valueLatticeMap_(acc_.GetIn(gate, 0)); in RunAdd() local
866 const ValueLattice &operandA = valueLatticeMap_(acc_.GetIn(gate, 0)); in RunSub() local
881 const ValueLattice &operandA = valueLatticeMap_(acc_.GetIn(gate, 0)); in RunMul() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dcircuit_optimizer_tests.cpp156 const auto operandA = elementA->second; in HWTEST_F_L0() local