Home | History | Annotate | Download | only in CodeGen

Lines Matching full:dyn_cast

62     if (const CastExpr *CE = dyn_cast<CastExpr>(E)) {
85 if (const ParenExpr *PE = dyn_cast<ParenExpr>(E)) {
90 if (const CastExpr *CE = dyn_cast<CastExpr>(E)) {
96 if (const UnaryOperator *UO = dyn_cast<UnaryOperator>(E)) {
142 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Base)) {
143 if (const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl())) {
160 if (const CallExpr *CE = dyn_cast<CallExpr>(Base))
183 if (const PointerType * PTy = dyn_cast<PointerType>(PQTy)) {
253 if (const CXXDestructorDecl *Dtor = dyn_cast<CXXDestructorDecl>(MD)) {
265 dyn_cast<CXXConstructorDecl>(MD)) {
418 if (const ExprWithCleanups *E = dyn_cast<ExprWithCleanups>(Exp))
508 dyn_cast<llvm::ConstantInt>(numElements)) {
1384 while (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(Arg)) {
1465 if (const UnaryOperator *UO = dyn_cast<UnaryOperator>(E->IgnoreParens())) {