Searched refs:NegativeMask (Results 1 – 1 of 1) sorted by relevance
1016 uint64_t NegativeMask = decodeULEB128(&*I, nullptr, EndPtr, &ErrMsg); in emitTable() local1022 OS.write_hex(NegativeMask); in emitTable()1419 APInt NegativeMask(BitWidth, 0ULL); in emitSoftFailTableEntry() local1432 NegativeMask.setBit(i); in emitSoftFailTableEntry()1445 bool NeedNegativeMask = NegativeMask.getBoolValue(); in emitSoftFailTableEntry()1452 TableInfo.Table.insertULEB128(NegativeMask.getZExtValue()); in emitSoftFailTableEntry()