Lines Matching refs:bits
140 auto bits = LoadStoreAccessor::ToValue(mAttr);
141 GateRef result = GetCircuit()->NewGate(GetCircuit()->Load(bits), type.GetMachineType(),
151 auto bits = LoadStoreAccessor::ToValue(mAttr);
152 GateRef result = GetCircuit()->NewGate(GetCircuit()->Load(bits), type.GetMachineType(),
161 auto bits = LoadStoreAccessor::ToValue(mAttr);
162 GateRef result = GetCircuit()->NewGate(GetCircuit()->Load(bits), type.GetMachineType(),
215 GateRef bits = Int32(base::INT32_BITS - 1);
217 BRANCH_CIR2(Int32LessThan(exp, bits), exit, &overflow);
249 GateRef bits = Int32(typeBits - 1);
251 BRANCH_CIR2(Int32LessThan(exp, bits), &exit, &overflow);