Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ICE

1800     if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(E->getBase())){
1801 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(ICE->getSubExpr())) {
1802 if (ICE->getCastKind() == CK_ArrayToPointerDecay) {