Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:IntPtrWidth

533   unsigned IntPtrWidth = TD.getPointerSizeInBits();
538 if (VariableIdx->getType()->getPrimitiveSizeInBits() > IntPtrWidth) {
547 uint64_t PtrSizeMask = ~0ULL >> (64-IntPtrWidth);