Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NewBits

5536       APInt NewBits = APInt(DstBitSize, 0);
5540 NewBits <<= SrcBitSize;
5545 NewBits |= cast<ConstantSDNode>(Op)->getAPIntValue().
5552 Ops.push_back(DAG.getConstant(NewBits, DstEltVT));