Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getUsedBits

12822   APInt getUsedBits() const {
12841 unsigned SliceSize = getUsedBits().countPopulation();
13038 APInt UsedBits = First.getUsedBits();
13039 assert((UsedBits & Second.getUsedBits()) == 0 &&
13041 UsedBits |= Second.getUsedBits();
13205 APInt CurrentUsedBits = LS.getUsedBits();