Lines Matching defs:getBit
461 return getBit(0);
474 if (auto *Bit = dyn_cast<BitInit>(getBit(i)))
491 NewBits[i] = getBit(Bits[i]);
498 if (!getBit(i)->isConcrete())
508 if (Init *Bit = getBit(e-i-1))
526 Init *CurBit = getBit(i);
535 NewBit = CachedBitVarResolved->getBit(CurBitVar->getBitNum());
537 // getBit(0) implicitly converts int and bits<1> values to bit.
538 NewBit = CurBit->resolveReferences(R)->getBit(0);
766 Init *OpInit::getBit(unsigned Bit) const {
1953 Init *FoldOpInit::getBit(unsigned Bit) const {
2016 Init *IsAOpInit::getBit(unsigned Bit) const {
2091 Init *ExistsOpInit::getBit(unsigned Bit) const {
2175 Init *VarInit::getBit(unsigned Bit) const {
2202 return I->getBit(getBitNum());
2378 Init *FieldInit::getBit(unsigned Bit) const {
2541 Init *CondOpInit::getBit(unsigned Bit) const {
2710 Bits.push_back(Value->getBit(I));
2735 Bits.push_back(Value->getBit(I));