Home
last modified time | relevance | path

Searched refs:condE (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp100 Expr *condE = S->getCond(); in VisitIfStmt() local
101 if (!condE) in VisitIfStmt()
103 if (hasSideEffects(condE, Ctx)) in VisitIfStmt()
112 Expr *condE = S->getCond(); in VisitWhileStmt() local
113 if (!condE) in VisitWhileStmt()
115 if (hasSideEffects(condE, Ctx)) in VisitWhileStmt()
122 Expr *condE = S->getCond(); in VisitDoStmt() local
123 if (!condE) in VisitDoStmt()
125 if (hasSideEffects(condE, Ctx)) in VisitDoStmt()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/JumpThreading/
Dstatic-profile.ll112 %condE = icmp eq i32 %v, 3
113 br i1 %condE, label %exit, label %latch
115 ; CHECK: br i1 %condE, label %exit, label %latch{{$}}