reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1223 Bits.resize(NumBits); 1234 Bits[i] = LHSBits[i < RotAmt ? i + (NumBits - RotAmt) : i - RotAmt]; 1236 return std::make_pair(Interesting = true, &Bits); 1246 Bits[i] = LHSBits[i - ShiftAmt]; 1249 Bits[i] = ValueBit(ValueBit::ConstZero); 1251 return std::make_pair(Interesting = true, &Bits); 1261 Bits[i] = LHSBits[i + ShiftAmt]; 1264 Bits[i] = ValueBit(ValueBit::ConstZero); 1266 return std::make_pair(Interesting = true, &Bits); 1282 Bits[i] = (*LHSBits)[i]; 1287 Bits[i] = (*LHSBits)[i]; 1289 Bits[i] = ValueBit(ValueBit::ConstZero); 1292 return std::make_pair(Interesting, &Bits); 1312 Bits[i] = LHSBits[i]; 1315 Bits[i] = RHSBits[i]; 1317 Bits[i] = ValueBit(ValueBit::ConstZero); 1320 Bits[i] = RHSBits[i]; 1322 Bits[i] = LHSBits[i]; 1328 if (Bits[i].hasValue()) { 1329 LastVal = Bits[i].getValue(); 1330 LastIdx = Bits[i].getValueBitIndex(); 1341 return std::make_pair(Interesting = true, &Bits); 1355 Bits[i] = (*LHSBits)[i]; 1358 Bits[i] = ValueBit(ValueBit::ConstZero); 1360 return std::make_pair(Interesting, &Bits); 1386 Bits[i] = (*InBits)[i]; 1388 return std::make_pair(Interesting, &Bits); 1400 Bits[i] = (*LHSBits)[i]; 1404 Bits[i] = ValueBit((*LHSBits)[i].getValue(), 1408 return std::make_pair(Interesting, &Bits); 1417 Bits[i] = ValueBit(V, i); 1421 Bits[i] = ValueBit(V, i, ValueBit::VariableKnownToBeZero); 1425 return std::make_pair(Interesting = false, &Bits); 1431 Bits[i] = ValueBit(V, i); 1433 return std::make_pair(Interesting = false, &Bits);