Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1016 uint64_t NegativeMask = decodeULEB128(&*I, nullptr, EndPtr, &ErrMsg); in emitTable() local
1022 OS.write_hex(NegativeMask); in emitTable()
1419 APInt NegativeMask(BitWidth, 0ULL); in emitSoftFailTableEntry() local
1432 NegativeMask.setBit(i); in emitSoftFailTableEntry()
1445 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()
1452 TableInfo.Table.insertULEB128(NegativeMask.getZExtValue()); in emitSoftFailTableEntry()