Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ThisVal

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