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

References

lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 1905   SDValue VAListLoad = getLoad(TLI.getPointerTy(getDataLayout()), dl, Tmp1,
 1910     VAList = getNode(ISD::ADD, dl, VAList.getValueType(), VAList,
 1911                      getConstant(MA->value() - 1, dl, VAList.getValueType()));
 1914         getNode(ISD::AND, dl, VAList.getValueType(), VAList,
 1915                 getConstant(-(int64_t)MA->value(), dl, VAList.getValueType()));
 1919   Tmp1 = getNode(ISD::ADD, dl, VAList.getValueType(), VAList,
 1922                              dl, VAList.getValueType()));
 1925       getStore(VAListLoad.getValue(1), dl, Tmp1, Tmp2, MachinePointerInfo(V));
 1927   return getLoad(VT, dl, Tmp1, VAList, MachinePointerInfo());