Home | History | Annotate | Download | only in CodeGen

Lines Matching full:dyn_cast

1089     = dyn_cast<llvm::ConstantInt>(numElements);
1562 if (const CastExpr *CE = dyn_cast<CastExpr>(E)) {
1585 if (const ParenExpr *PE = dyn_cast<ParenExpr>(E)) {
1590 if (const CastExpr *CE = dyn_cast<CastExpr>(E)) {
1596 if (const UnaryOperator *UO = dyn_cast<UnaryOperator>(E)) {
1636 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(Base)) {
1637 if (const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl())) {
1654 if (const CallExpr *CE = dyn_cast<CallExpr>(Base))