Searched refs:getUsedBits (Results 1 – 2 of 2) sorted by relevance
251 static bool getUsedBits(unsigned Opc, unsigned OpN, BitVector &Bits,651 bool HexagonBitSimplify::getUsedBits(unsigned Opc, unsigned OpN, in getUsedBits() function in HexagonBitSimplify1282 bool GotBits = HBS::getUsedBits(Opc, OpN, T, Begin, HII); in computeUsedBits()
19293 APInt getUsedBits() const { in getUsedBits() function19312 unsigned SliceSize = getUsedBits().popcount(); in getLoadedSize()19512 APInt UsedBits = First.getUsedBits(); in areSlicesNextToEachOther()19513 assert((UsedBits & Second.getUsedBits()) == 0 && in areSlicesNextToEachOther()19515 UsedBits |= Second.getUsedBits(); in areSlicesNextToEachOther()19684 APInt CurrentUsedBits = LS.getUsedBits(); in SliceUpLoad()