Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:PtrWidth

6215     unsigned PtrWidth = TLI.getPointerTy().getSizeInBits();
6216 APInt KnownZero(PtrWidth, 0), KnownOne(PtrWidth, 0);