Lines Matching defs:Bitsize
9957 unsigned Bitsize = VT.getScalarSizeInBits();
9964 if (isPowerOf2_32(Bitsize) && Bitsize > 1) {
9965 APInt ModuloMask(N1.getScalarValueSizeInBits(), Bitsize - 1);
9972 auto MatchOutOfRange = [Bitsize, &OutOfRange](ConstantSDNode *C) {
9973 OutOfRange |= C->getAPIntValue().uge(Bitsize);
9978 SDValue Bits = DAG.getConstant(Bitsize, dl, AmtVT);
10012 SDValue BitsizeC = DAG.getConstant(Bitsize, dl, ShiftVT);