Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:NewBits

5735       APInt NewBits = APInt(DstBitSize, 0);
5739 NewBits <<= SrcBitSize;
5744 NewBits |= cast<ConstantSDNode>(Op)->getAPIntValue().
5751 Ops.push_back(DAG.getConstant(NewBits, DstEltVT));