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

/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp98 static uint64_t allOnes(unsigned int Count) { function in namespace:__anon26152
117 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63),
665 uint64_t Used = allOnes(Op.getValueType().getSizeInBits());
772 if (!refineRxSBGMask(RxSBG, allOnes(InnerBitSize)))
784 if (maskMatters(RxSBG, allOnes(RxSBG.BitSize) - allOnes(InnerBitSize)))
804 if (maskMatters(RxSBG, allOnes(Count)))
808 if (!refineRxSBGMask(RxSBG, allOnes(BitSize - Count) << Count))
831 if (maskMatters(RxSBG, allOnes(Count) << (BitSize - Count)))
836 if (!refineRxSBGMask(RxSBG, allOnes(BitSiz
[all...]
H A DSystemZInstrInfo.cpp27 static uint64_t allOnes(unsigned int Count) { function
722 Imm |= allOnes(And.RegSize) & ~(allOnes(And.ImmSize) << And.ImmLSB);
1195 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) {
/external/llvm/lib/Support/
H A DAPInt.cpp1446 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros);
1450 nc = allOnes - (allOnes - d).urem(d);

Completed in 2156 milliseconds