Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:uop

2098   if (const UnaryOperator *uop = dyn_cast<UnaryOperator>(E->IgnoreParens()))
2099 if (uop->getOpcode() == UO_AddrOf)
2100 return uop->getSubExpr();