Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:IntPtr

3227   EVT IntPtr = TLI.getPointerTy();
3228 if (AllocSize.getValueType() != IntPtr)
3229 AllocSize = DAG.getZExtOrTrunc(AllocSize, getCurDebugLoc(), IntPtr);
3231 AllocSize = DAG.getNode(ISD::MUL, getCurDebugLoc(), IntPtr,
3233 DAG.getConstant(TySize, IntPtr));