Lines Matching defs:valueA
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()
314 auto valueA = operandA.GetValue().value(); in RunBasicArithmetic() local
347 auto valueA = operandA.GetValue().value(); in RunFCompareArithmetic() local
366 auto valueA = operandA.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()
1214 const auto valueA = acc_.GetConstantValue(operandA); in RunAdd() local
1231 const auto valueA = acc_.GetConstantValue(operandA); in RunSub() local