Lines Matching refs:Bit
75 Init *Bit = BV->getBit(i); in checkBitsConcrete() local
77 if (auto VBI = dyn_cast<VarBitInit>(Bit)) { in checkBitsConcrete()
82 } else if (isa<VarInit>(Bit)) { in checkBitsConcrete()
85 if (!(IsReference || Bit->isConcrete())) in checkBitsConcrete()
198 unsigned Bit = BitList[i]; in SetValue() local
199 if (NewBits[Bit]) in SetValue()
200 return Error(Loc, "Cannot set bit #" + Twine(Bit) + " of value '" + in SetValue()
202 NewBits[Bit] = BI->getBit(i); in SetValue()
785 case tgtok::Bit: Lex.Lex(); return BitRecTy::get(); in ParseType()
1771 Init *Bit = Vals[i]->getCastTo(BitRecTy::get()); in ParseSimpleValue() local
1772 if (!Bit) { in ParseSimpleValue()
1777 NewBits.push_back(Bit); in ParseSimpleValue()