Searched refs:OrigBW (Results 1 – 3 of 3) sorted by relevance
779 unsigned OrigBW = OrigTy.getScalarType().getSizeInBits(); in ExpandSEXTINREG() local780 SDValue ShiftSz = DAG.getConstant(BW - OrigBW, DL, VT); in ExpandSEXTINREG()
828 unsigned OrigBW = OrigTy.getScalarSizeInBits(); in ExpandSEXTINREG() local829 SDValue ShiftSz = DAG.getConstant(BW - OrigBW, DL, VT); in ExpandSEXTINREG()
841 unsigned OrigBW = OrigTy.getSizeInBits(); in LowerSETCC() local845 return ThisBW >= OrigBW; in LowerSETCC()