Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:UO

1628   if (const UnaryOperator *UO = dyn_cast<UnaryOperator>(E->IgnoreParens()))
1629 if (UO->getOpcode() == UO_Deref)