Lines Matching full:regwidth
4695 unsigned RegWidth = RegType.getSizeInBits();4697 if (RegWidth <= cast<IntegerType>(OldType)->getBitWidth())4706 auto *NewType = Type::getIntNTy(Context, RegWidth);4723 NarrowConst.zext(RegWidth) : NarrowConst.sext(RegWidth);