Lines Matching refs:right
79 auto right = acc_.GetValueIn(gate, 1);
80 if (!IsInt32Type(gate) || !IsInt32Type(left) || !IsInt32Type(right)) {
85 if (IsConstant(left) && IsConstant(right)) {
87 int rvalue = acc_.GetInt32FromConstant(right);
98 auto right = acc_.GetValueIn(gate, 1);
99 if (!IsInt32Type(gate) || !IsInt32Type(left) || !IsInt32Type(right)) {
104 if (IsConstant(left) && IsConstant(right)) {
106 int rvalue = acc_.GetInt32FromConstant(right);
117 auto right = acc_.GetValueIn(gate, 1);
118 if (!IsInt32Type(gate) || !IsInt32Type(left) || !IsInt32Type(right)) {
123 if (IsConstant(left) && IsConstant(right)) {
125 int rvalue = acc_.GetInt32FromConstant(right);
134 auto right = acc_.GetValueIn(gate, 1);
135 if (!IsInt32Type(gate) || !IsInt32Type(left) || !IsInt32Type(right)) {
140 if (IsConstant(left) && IsConstant(right)) {
142 int rvalue = acc_.GetInt32FromConstant(right);
151 auto right = acc_.GetValueIn(gate, 1);
152 if (!IsInt32Type(gate) || !IsInt32Type(left) || !IsInt32Type(right)) {
157 if (IsConstant(left) && IsConstant(right)) {
159 int rvalue = acc_.GetInt32FromConstant(right);