Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:ThisVal

6446       APInt ThisVal = OpVal.trunc(DstBitSize);
6447 Ops.push_back(DAG.getConstant(ThisVal, DstEltVT));
6448 if (isS2V && i == 0 && j == 0 && ThisVal.zext(SrcBitSize) == OpVal)