Home
last modified time | relevance | path

Searched refs:Cond2 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp1-emit.cpp22 long& get(bool Cond1, bool Cond2) { in get() argument
27 : Cond2? X<long>::member2 in get()
/external/llvm/test/Transforms/InstCombine/
Dstore.ll28 br i1 %C, label %Cond, label %Cond2
34 Cond2:
44 ; CHECK-NEXT: %storemerge = phi i32 [ 47, %Cond2 ], [ -987654321, %Cond ]
/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp122 const Expr *Cond2 = I2->getCond(); in VisitIfStmt() local
123 if (isIdenticalStmt(AC->getASTContext(), Cond1, Cond2, false)) { in VisitIfStmt()
125 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC); in VisitIfStmt()
/external/llvm/lib/CodeGen/
DIfConversion.cpp1312 SmallVector<MachineOperand, 4> *Cond2 = &RevCond; in IfConvertDiamond() local
1324 std::swap(Cond1, Cond2); in IfConvertDiamond()
1455 PredicateBlock(*BBI2, DI2, *Cond2); in IfConvertDiamond()