Lines Matching refs:Code
104 unsigned Code = ReadVBR(6);
105 (void)Code;
180 unsigned Code = ReadVBR(6);
184 return Code;
189 // Read the record code first.
190 assert(Abbv->getNumOperandInfos() != 0 && "no record code in abbreviation?");
192 unsigned Code;
194 Code = CodeOp.getLiteralValue();
199 Code = readAbbreviatedField(*this, CodeOp);
279 return Code;