Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:OpVal

7613     APInt OpVal = cast<ConstantSDNode>(Op)->
7617 APInt ThisVal = OpVal.trunc(DstBitSize);
7619 OpVal = OpVal.lshr(DstBitSize);