reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
478 TypeSig.clear(); 479 ComputeFixedEncoding(Ints[i], TypeSig); 483 if (TypeSig.size() <= 8) { 486 for (unsigned i = 0, e = TypeSig.size(); i != e; ++i) { 488 if (TypeSig[i] > 15) { 492 Result = (Result << 4) | TypeSig[e-i-1]; 504 LongEncodingTable.add(TypeSig); 527 TypeSig.clear(); 528 ComputeFixedEncoding(Ints[i], TypeSig); 533 OS << "(1U<<31) | " << LongEncodingTable.get(TypeSig) << ", ";