reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3962 if (AllocSize.getValueType() != IntPtr) 3963 AllocSize = DAG.getZExtOrTrunc(AllocSize, dl, IntPtr); 3963 AllocSize = DAG.getZExtOrTrunc(AllocSize, dl, IntPtr); 3965 AllocSize = DAG.getNode(ISD::MUL, dl, IntPtr, 3966 AllocSize, 3982 AllocSize = DAG.getNode(ISD::ADD, dl, AllocSize.getValueType(), AllocSize, 3982 AllocSize = DAG.getNode(ISD::ADD, dl, AllocSize.getValueType(), AllocSize, 3982 AllocSize = DAG.getNode(ISD::ADD, dl, AllocSize.getValueType(), AllocSize, 3986 AllocSize = 3987 DAG.getNode(ISD::AND, dl, AllocSize.getValueType(), AllocSize, 3987 DAG.getNode(ISD::AND, dl, AllocSize.getValueType(), AllocSize, 3990 SDValue Ops[] = {getRoot(), AllocSize, DAG.getConstant(Align, dl, IntPtr)}; 3991 SDVTList VTs = DAG.getVTList(AllocSize.getValueType(), MVT::Other);