Lines Matching full:dyn_cast
942 if (const DeclStmt *SD = dyn_cast<DeclStmt>(S.getElement()))
1074 if (const DeclStmt *SD = dyn_cast<DeclStmt>(S.getElement())) {
1286 if (llvm::Function *f = dyn_cast<llvm::Function>(fn))
1879 if (llvm::CallInst *call = dyn_cast<llvm::CallInst>(value)) {
1889 } else if (llvm::InvokeInst *invoke = dyn_cast<llvm::InvokeInst>(value)) {
1902 } else if (llvm::BitCastInst *bitcast = dyn_cast<llvm::BitCastInst>(value)) {
1951 if (const CastExpr *ce = dyn_cast<CastExpr>(e)) {
2008 } else if (const UnaryOperator *op = dyn_cast<UnaryOperator>(e)) {