Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NewBits

6404       APInt NewBits = APInt(DstBitSize, 0);
6408 NewBits <<= SrcBitSize;
6413 NewBits |= cast<ConstantSDNode>(Op)->getAPIntValue().
6420 Ops.push_back(DAG.getConstant(NewBits, DstEltVT));