Home
last modified time | relevance | path

Searched refs:findPeephole (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprAgg.cpp562 static Expr *findPeephole(Expr *op, CastKind kind) { in findPeephole() function
642 if (Expr *op = findPeephole(E->getSubExpr(), peepholeTarget)) { in VisitCastExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGExprAgg.cpp685 static Expr *findPeephole(Expr *op, CastKind kind, const ASTContext &ctx) { in findPeephole() function
781 findPeephole(E->getSubExpr(), peepholeTarget, CGF.getContext())) { in VisitCastExpr()