Lines Matching full:bitwidth
883 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth.
1259 unsigned BitWidth = Idx->getType()->getPrimitiveSizeInBits();
1268 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) {
1294 unsigned BitWidth = Idx->getType()->getPrimitiveSizeInBits();
1303 if (Value *NewIdx = Descale(Idx, APInt(BitWidth, Scale), NSW)) {