Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isa

342   if (D && isa<CXXMethodDecl>(D) && cast<CXXMethodDecl>(D)->isInstance())
379 } else if (isa<llvm::ResumeInst>(&*BI)) {
397 if (isa<CXXMethodDecl>(FD) && cast<CXXMethodDecl>(FD)->isInstance())
411 if (isa<CXXDestructorDecl>(FD))
413 else if (isa<CXXConstructorDecl>(FD))
443 if (isa<LabelStmt>(S))
448 if (isa<SwitchCase>(S) && !IgnoreCaseStmts)
452 if (isa<SwitchStmt>(S))
472 if (isa<SwitchStmt>(S) || isa<WhileStmt>(S) || isa<DoStmt>(S) ||
473 isa<ForStmt>(S))
476 if (isa<BreakStmt>(S))
814 if (isa<VariableArrayType>(arrayType)) {
828 } while (isa<VariableArrayType>(arrayType));
851 assert(isa<ConstantArrayType>(arrayType));
1022 if (!isa<llvm::ZExtInst>(value)) return PeepholeProtection();