Home
last modified time | relevance | path

Searched refs:PBytes (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp1193 SmallString<16> PBytes; in emitPredicateTableEntry() local
1194 raw_svector_ostream S(PBytes); in emitPredicateTableEntry()
1200 for (unsigned i = 0, e = PBytes.size(); i != e; ++i) in emitPredicateTableEntry()
1201 TableInfo.Table.push_back(PBytes[i]); in emitPredicateTableEntry()