Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Width

372       unsigned Width = Index->getType()->getIntegerBitWidth();
373 if (DL.getPointerSizeInBits(AS) > Width)
377 APInt IndexScale(Width, 0), IndexOffset(Width, 0);