Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:iPTR

2268   // Handle the case when VT is iPTR.
2269 return VT == MVT::iPTR && N.getValueType() == TLI->getPointerTy();
2294 // Handle the case when VT is iPTR.
2295 return VT == MVT::iPTR && cast<VTSDNode>(N)->getVT() == TLI->getPointerTy();
2753 if (CaseVT == MVT::iPTR)
2983 if (VT == MVT::iPTR) VT = getTargetLowering()->getPointerTy().SimpleTy;
3167 NodeToMatch->getValueType(i) == MVT::iPTR ||
3168 Res.getValueType() == MVT::iPTR ||