Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DUO

1060         UnaryOperator *DUO = dyn_cast<UnaryOperator>(DstPtr);
1061 if (!DUO || DUO->getOpcode() != UO_AddrOf)
1063 MemberExpr *ME = dyn_cast<MemberExpr>(DUO->getSubExpr());