Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PtrWidth

118       auto ptrWidth = cgt.getTarget().getPointerWidth(0);
119 intCount += (intTy->getBitWidth() + ptrWidth - 1) / ptrWidth;
6482 unsigned PtrWidth = getTarget().getPointerWidth(0);
6486 (Ty->isPointerType() && PtrWidth < SlotSizeInBits)) {