Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:PtrWidth

6527     unsigned PtrWidth = TLI->getPointerTypeSizeInBits(GV->getType());
6528 APInt KnownZero(PtrWidth, 0), KnownOne(PtrWidth, 0);