Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:PtrWidth

6238     unsigned PtrWidth = TLI->getPointerTy().getSizeInBits();
6239 APInt KnownZero(PtrWidth, 0), KnownOne(PtrWidth, 0);