Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:IntPtr

3243   EVT IntPtr = TLI->getPointerTy();
3244 if (AllocSize.getValueType() != IntPtr)
3245 AllocSize = DAG.getZExtOrTrunc(AllocSize, getCurSDLoc(), IntPtr);
3247 AllocSize = DAG.getNode(ISD::MUL, getCurSDLoc(), IntPtr,
3249 DAG.getConstant(TySize, IntPtr));