Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:SubExpr

1987   // Replace this subexpr in the parent.
2870 const Expr *SubExpr = ICE->IgnoreParenImpCasts();
2872 if (SubExpr->getType()->isIntegralType(*Context) &&
2876 if (SubExpr->getType()->isBlockPointerType()) {
2878 } else if (SubExpr->getType()->isPointerType()) {