Home | History | Annotate | Download | only in CodeGen

Lines Matching full:dyn_cast

421   if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E->getLHS()))
422 if (const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl()))
563 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E))
566 if (const FloatingLiteral *FL = dyn_cast<FloatingLiteral>(E))
573 if (const CastExpr *ICE = dyn_cast<CastExpr>(E))
576 if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E))
897 dyn_cast<llvm::GetElementPtrInst>(LV.getAddress()))
923 const InitListExpr *ILE = dyn_cast<InitListExpr>(E);