Searched refs:emitInstBits (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp341 static void emitInstBits(raw_ostream &OS, const APInt &Bits) { function in namespace:__anon2897
362 o << " "; emitInstBits(o, APInt(BitWidth, 0)); o << ",\n";
383 emitInstBits(o, Value);

Completed in 86 milliseconds