Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getUsedBits

10169   APInt getUsedBits() const {
10188 unsigned SliceSize = getUsedBits().countPopulation();
10384 APInt UsedBits = First.getUsedBits();
10385 assert((UsedBits & Second.getUsedBits()) == 0 &&
10387 UsedBits |= Second.getUsedBits();
10552 APInt CurrentUsedBits = LS.getUsedBits();