Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:OpVal

6442     APInt OpVal = cast<ConstantSDNode>(BV->getOperand(i))->
6446 APInt ThisVal = OpVal.trunc(DstBitSize);
6448 if (isS2V && i == 0 && j == 0 && ThisVal.zext(SrcBitSize) == OpVal)
6452 OpVal = OpVal.lshr(DstBitSize);