Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:OpVal

7743     APInt OpVal = cast<ConstantSDNode>(Op)->
7747 APInt ThisVal = OpVal.trunc(DstBitSize);
7749 OpVal = OpVal.lshr(DstBitSize);