reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 3962   if (AllocSize.getValueType() != IntPtr)
 3963     AllocSize = DAG.getZExtOrTrunc(AllocSize, dl, IntPtr);
 3965   AllocSize = DAG.getNode(ISD::MUL, dl, IntPtr,
 3967                           DAG.getConstant(TySize, dl, IntPtr));
 3983                           DAG.getConstant(StackAlign - 1, dl, IntPtr), Flags);
 3988                   DAG.getConstant(~(uint64_t)(StackAlign - 1), dl, IntPtr));
 3990   SDValue Ops[] = {getRoot(), AllocSize, DAG.getConstant(Align, dl, IntPtr)};