Lines Matching refs:LS1

1108   LatticeCell LS1, LS2;
1109 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2))
1112 bool IsProp1 = LS1.isProperty();
1115 uint32_t Prop1 = LS1.properties();
1412 LatticeCell LS1;
1413 if (!getCell(R1, Inputs, LS1))
1415 if (LS1.isBottom() || LS1.isProperty())
1419 for (unsigned i = 0; i < LS1.size(); ++i) {
1420 bool Eval = constToInt(LS1.Values[i], A) &&
1479 LatticeCell LS1;
1480 if (!getCell(R1, Inputs, LS1))
1482 if (LS1.isBottom() || LS1.isProperty())
1486 for (unsigned i = 0; i < LS1.size(); ++i) {
1487 bool Eval = constToInt(LS1.Values[i], A) &&
1506 LatticeCell LS1, LS2;
1507 if (!getCell(R1, Inputs, LS1) || !getCell(R2, Inputs, LS2))
1509 if (LS1.isProperty()) {
1510 if (LS1.properties() & ConstantProperties::Zero)
1516 return !(Result = LS1).isBottom();
1535 LatticeCell LS1;
1536 if (!getCell(R1, Inputs, LS1))
1538 if (LS1.isProperty()) {
1539 if (LS1.properties() & ConstantProperties::Zero) {
1548 for (unsigned i = 0; i < LS1.size(); ++i) {
1549 bool Eval = constToInt(LS1.Values[i], A) &&
1568 LatticeCell LS1;
1569 if (!getCell(R1, Inputs, LS1))
1571 if (LS1.isProperty())
1575 for (unsigned i = 0; i < LS1.size(); ++i) {
1576 bool Eval = constToInt(LS1.Values[i], A) &&
1599 LatticeCell LS1;
1600 if (!getCell(R1, Inputs, LS1))
1602 if (LS1.isBottom() || LS1.isProperty())
1606 for (unsigned i = 0; i < LS1.size(); ++i) {
1607 bool Eval = constToInt(LS1.Values[i], A) &&
1664 LatticeCell LS1;
1665 if (!getCell(R1, Inputs, LS1))
1667 if (LS1.isBottom() || LS1.isProperty())
1671 for (unsigned i = 0; i < LS1.size(); ++i) {
1672 bool Eval = constToInt(LS1.Values[i], A) &&
1699 LatticeCell LS1;
1700 if (!getCell(R1, Inputs, LS1))
1702 if (LS1.isBottom() || LS1.isProperty())
1706 for (unsigned i = 0; i < LS1.size(); ++i) {
1707 bool Eval = constToInt(LS1.Values[i], A) &&
1736 LatticeCell LS1;
1737 if (!getCell(R1, Inputs, LS1))
1739 if (LS1.isBottom())
1741 if (LS1.isProperty()) {
1742 uint32_t Ps = LS1.properties();
1752 for (unsigned i = 0; i < LS1.size(); ++i) {
1753 bool Eval = constToInt(LS1.Values[i], A) &&
1793 LatticeCell LS1;
1794 if (!getCell(R1, Inputs, LS1))
1796 if (LS1.isBottom() || LS1.isProperty())
1800 for (unsigned i = 0; i < LS1.size(); ++i) {
1801 bool Eval = constToInt(LS1.Values[i], A) &&
3040 LatticeCell LS1, LS2;
3043 if (getCell(R1, Inputs, LS1) && LS1.isSingle()) {
3045 if (constToInt(LS1.Value, M1) && !~M1)
3076 LatticeCell LS1, LS2;
3081 if (getCell(R1, Inputs, LS1) && (LS1.properties() & P::Zero))