Lines Matching defs:Bitsize
9786 unsigned Bitsize = VT.getScalarSizeInBits();
9793 if (isPowerOf2_32(Bitsize) && Bitsize > 1) {
9794 APInt ModuloMask(N1.getScalarValueSizeInBits(), Bitsize - 1);
9801 auto MatchOutOfRange = [Bitsize, &OutOfRange](ConstantSDNode *C) {
9802 OutOfRange |= C->getAPIntValue().uge(Bitsize);
9807 SDValue Bits = DAG.getConstant(Bitsize, dl, AmtVT);
9841 SDValue BitsizeC = DAG.getConstant(Bitsize, dl, ShiftVT);