Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:SubExpr

1983   // Replace this subexpr in the parent.
2863 const Expr *SubExpr = ICE->IgnoreParenImpCasts();
2865 if (SubExpr->getType()->isIntegralType(*Context) &&
2869 if (SubExpr->getType()->isBlockPointerType()) {
2871 } else if (SubExpr->getType()->isPointerType()) {