Searched refs:IStmt2 (Results 1 – 1 of 1) sorted by relevance
415 const IfStmt *IStmt2 = cast<IfStmt>(Stmt2); in isIdenticalStmt() local417 if (!isIdenticalStmt(Ctx, IStmt1->getCond(), IStmt2->getCond(), in isIdenticalStmt()420 if (!isIdenticalStmt(Ctx, IStmt1->getThen(), IStmt2->getThen(), in isIdenticalStmt()423 if (!isIdenticalStmt(Ctx, IStmt1->getElse(), IStmt2->getElse(), in isIdenticalStmt()