Lines Matching refs:left
78 auto left = acc_.GetValueIn(gate, 0);
80 if (!IsInt32Type(gate) || !IsInt32Type(left) || !IsInt32Type(right)) {
85 if (IsConstant(left) && IsConstant(right)) {
86 int lvalue = acc_.GetInt32FromConstant(left);
97 auto left = acc_.GetValueIn(gate, 0);
99 if (!IsInt32Type(gate) || !IsInt32Type(left) || !IsInt32Type(right)) {
104 if (IsConstant(left) && IsConstant(right)) {
105 int lvalue = acc_.GetInt32FromConstant(left);
116 auto left = acc_.GetValueIn(gate, 0);
118 if (!IsInt32Type(gate) || !IsInt32Type(left) || !IsInt32Type(right)) {
123 if (IsConstant(left) && IsConstant(right)) {
124 int lvalue = acc_.GetInt32FromConstant(left);
133 auto left = acc_.GetValueIn(gate, 0);
135 if (!IsInt32Type(gate) || !IsInt32Type(left) || !IsInt32Type(right)) {
140 if (IsConstant(left) && IsConstant(right)) {
141 int lvalue = acc_.GetInt32FromConstant(left);
150 auto left = acc_.GetValueIn(gate, 0);
152 if (!IsInt32Type(gate) || !IsInt32Type(left) || !IsInt32Type(right)) {
157 if (IsConstant(left) && IsConstant(right)) {
158 int lvalue = acc_.GetInt32FromConstant(left);