Home | History | Annotate | Download | only in CodeGen

Lines Matching full:dyn_cast

131     if (llvm::ZExtInst *ZI = dyn_cast<llvm::ZExtInst>(V)) {
226 if (VarDecl *VD = dyn_cast<VarDecl>(E->getDecl())) {
528 if (const MemberPointerType *MPT = dyn_cast<MemberPointerType>(SrcType))
790 if (const PointerType * PTy = dyn_cast<PointerType>(PQTy))
791 if (FieldDecl *M = dyn_cast<FieldDecl>(E->getMemberDecl()))
835 dyn_cast<llvm::VectorType>(ConvertType(E->getType()));
856 llvm::VectorType *VVT = dyn_cast<llvm::VectorType>(Init->getType());
993 if (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(CE)) {
2432 if (const DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(E))
2433 if (const VarDecl *VD = dyn_cast<VarDecl>(DRE->getDecl()))