Lines Matching defs:valueB
229 uint64_t LatticeUpdateRuleSCCP::RunBoolArithmetic(bool valueA, bool valueB, OpCode op) in RunBoolArithmetic()
252 uint64_t LatticeUpdateRuleSCCP::RunFixedPointArithmetic(T valueA, T valueB, OpCode op) in RunFixedPointArithmetic()
291 double LatticeUpdateRuleSCCP::RunFloatingPointArithmetic(T valueA, T valueB, OpCode op) in RunFloatingPointArithmetic()
315 auto valueB = operandB.GetValue().value(); in RunBasicArithmetic() local
348 auto valueB = operandB.GetValue().value(); in RunFCompareArithmetic() local
367 auto valueB = operandB.GetValue().value(); in RunICompareArithmetic() local
388 uint64_t LatticeUpdateRuleSCCP::RunBoolCompare(bool valueA, bool valueB, ICmpCondition cond) in RunBoolCompare()
402 uint64_t LatticeUpdateRuleSCCP::RunFixedPointCompare(T valueA, T valueB, ICmpCondition cond) in RunFixedPointCompare()
433 uint64_t LatticeUpdateRuleSCCP::RunFloatingPointCompare(T valueA, T valueB, FCmpCondition cond) in RunFloatingPointCompare()
1215 const auto valueB = acc_.GetConstantValue(operandB); in RunAdd() local
1232 const auto valueB = acc_.GetConstantValue(operandB); in RunSub() local