Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:iPTR

1993   // Handle the case when VT is iPTR.
1994 return VT == MVT::iPTR && N.getValueType() == TLI->getPointerTy();
2020 // Handle the case when VT is iPTR.
2021 return VT == MVT::iPTR && cast<VTSDNode>(N)->getVT() == TLI->getPointerTy();
2446 if (CaseVT == MVT::iPTR)
2670 if (VT == MVT::iPTR) VT = getTargetLowering()->getPointerTy().SimpleTy;
2855 NodeToMatch->getValueType(i) == MVT::iPTR ||
2856 Res.getValueType() == MVT::iPTR ||