Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:OpVal

5873     APInt OpVal = cast<ConstantSDNode>(BV->getOperand(i))->
5877 APInt ThisVal = OpVal.trunc(DstBitSize);
5879 if (isS2V && i == 0 && j == 0 && ThisVal.zext(SrcBitSize) == OpVal)
5883 OpVal = OpVal.lshr(DstBitSize);