Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FromBits

3645       unsigned FromBits = EVT.getScalarType().getSizeInBits();
3646 Val <<= Val.getBitWidth() - FromBits;
3647 Val = Val.ashr(Val.getBitWidth() - FromBits);