Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:PtrSize

3006       unsigned PtrSize = PtrTy.getSizeInBits();
3007 APInt ElementSize(PtrSize, DL->getTypeAllocSize(Ty));
3019 APInt Offs = ElementSize * CI->getValue().sextOrTrunc(PtrSize);