Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getSizeInBits

358   assert(Op.getValueType().getScalarType().getSizeInBits() == BitWidth &&
621 unsigned InnerBits = InnerVT.getSizeInBits();
625 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits()))
647 unsigned VTSize = VT.getSizeInBits();
711 InDemandedMask |= APInt::getSignBit(VT.getScalarType().getSizeInBits());
740 unsigned ShAmt = ExVT.getScalarType().getSizeInBits();
758 BitWidth - ExVT.getScalarType().getSizeInBits());
765 APInt::getSignBit(ExVT.getScalarType().getSizeInBits()).zext(BitWidth);
768 ExVT.getScalarType().getSizeInBits()) &
799 Op.getOperand(0).getValueType().getScalarType().getSizeInBits();
821 unsigned InBits = InVT.getScalarType().getSizeInBits();
862 Op.getOperand(0).getValueType().getScalarType().getSizeInBits();
876 Op.getOperand(0).getValueType().getScalarType().getSizeInBits();
935 VT.getSizeInBits());
950 NewMask == APInt::getSignBit(Op.getValueType().getSizeInBits()) &&
959 unsigned OpVTSizeInBits = Op.getValueType().getSizeInBits();
962 unsigned ShVal = Op.getValueType().getSizeInBits()-1;
1059 unsigned BitWidth = OpVT.getScalarType().getSizeInBits();
1100 ShAmt == Log2_32(N0.getValueType().getSizeInBits())) {
1122 (N0 == CTPOP || N0.getValueType().getSizeInBits() >
1123 Log2_32_Ceil(CTPOP.getValueType().getSizeInBits()))) {
1159 MinBits = LN0->getMemoryVT().getSizeInBits();
1190 unsigned origWidth = N0.getValueType().getSizeInBits();
1195 origWidth = Lod->getMemoryVT().getSizeInBits();
1237 unsigned InSize = N0.getOperand(0).getValueType().getSizeInBits();
1286 unsigned ExtSrcTyBits = ExtSrcTy.getSizeInBits();
1288 unsigned ExtDstTyBits = ExtDstTy.getSizeInBits();
1397 unsigned OperandBitSize = N1C->getValueType(0).getSizeInBits();
1703 if (RHSC->getValueType(0).getSizeInBits() <= 64)
2180 (OpInfo.ConstraintVT.getSizeInBits() !=
2181 Input.ConstraintVT.getSizeInBits())) {
2520 DAG.getNode(ISD::SRL, dl, VT, Q, DAG.getConstant(VT.getSizeInBits()-1,