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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp139 const Expr *Cond2 = I2->getCond(); local
140 if (isIdenticalStmt(AC->getASTContext(), Cond1, Cond2, false)) {
142 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp108 auto Cond2 = createCond(BBBuilder, Arg, Cmp2, Val2); local
110 return BBBuilder.CreateOr(Cond1, Cond2);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1801 SmallVector<MachineOperand, 4> *Cond2 = &RevCond; local
1814 std::swap(Cond1, Cond2);
1999 PredicateBlock(*BBI2, DI2, *Cond2);
H A DCodeGenPrepare.cpp7774 Value *Cond1, *Cond2; local
7776 m_OneUse(m_Value(Cond2)))))
7779 m_OneUse(m_Value(Cond2)))))
7785 !match(Cond2, m_CombineOr(m_Cmp(), m_BinOp())) )
7808 auto *Br2 = IRBuilder<>(TmpBB).CreateCondBr(Cond2, TBB, FBB);
7809 if (auto *I = dyn_cast<Instruction>(Cond2)) {

Completed in 94 milliseconds