Lines Matching full:negativemask
1230 APInt NegativeMask(BitWidth, 0ULL);
1244 NegativeMask.setBit(i);
1258 bool NeedNegativeMask = NegativeMask.getBoolValue();
1275 encodeULEB128(NegativeMask.getZExtValue(), S);
2196 << " InsnType NegativeMask = decodeULEB128(Ptr, &Len);\n"
2198 << " bool Fail = (insn & PositiveMask) || (~insn & NegativeMask);\n"