Home | History | Annotate | Download | only in Analysis

Lines Matching refs:PtrWidth

1039         unsigned PtrWidth = TD->getPointerTypeSizeInBits(CE->getType());
1040 if (PtrWidth < InWidth) {
1043 APInt::getLowBitsSet(InWidth, PtrWidth));