Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:opval

5212     APInt OpVal = cast<ConstantSDNode>(BV->getOperand(i))->
5216 APInt ThisVal = OpVal.trunc(DstBitSize);
5218 if (isS2V && i == 0 && j == 0 && ThisVal.zext(SrcBitSize) == OpVal)
5222 OpVal = OpVal.lshr(DstBitSize);