Searched refs:getCondition (Results 101 - 121 of 121) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4848 if (BI->isConditional() && BI->getCondition() == V)
4851 if (SI->getCondition() == V)
5719 CmpInst *CmpI = dyn_cast<CmpInst>(SI->getCondition());
H A DInstructionSimplify.cpp486 Value *Cond = SI->getCondition();
2364 CmpInst *Cmp = dyn_cast<CmpInst>(SI->getCondition());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2757 pushValue(II.getCondition(), InstID, Vals);
2765 Vals.push_back(VE.getTypeID(SI.getCondition()->getType()));
2766 pushValue(SI.getCondition(), InstID, Vals);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1975 stopOnUndefOrAssumed(A, BrInst->getCondition(), BrInst);
3120 A, *BI.getCondition(), AA, UsedAssumedInformation);
3142 getAssumedConstantInt(A, *SI.getCondition(), AA, UsedAssumedInformation);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1272 Builder.CreateSub(SwitchInsn->getCondition(), Builder.getInt(LHS));
H A DCGOpenMPRuntime.cpp6618 const Expr *Cond = IfClause->getCondition();
6809 const Expr *Cond = IfClause->getCondition();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp739 BranchInst::Create(HoistTrueDest, HoistFalseDest, BI->getCondition()));
H A DNewGVN.cpp2509 Value *SwitchCond = SI->getCondition();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h496 Expr *getCondition() const { return cast_or_null<Expr>(Condition); } function in class:clang::OMPIfClause
570 Expr *getCondition() const { return cast_or_null<Expr>(Condition); } function in class:clang::OMPFinalClause
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3855 writeOperand(BI.getCondition(), true);
3865 writeOperand(SI.getCondition(), true);
H A DInstructions.cpp1181 assert(getCondition()->getType()->isIntegerTy(1) &&
3944 init(SI.getCondition(), SI.getDefaultDest(), SI.getNumOperands());
H A DCore.cpp2917 return wrap(unwrap<BranchInst>(Branch)->getCondition());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3695 Value *B = I.getCondition();
3738 &I, IRB.CreateSelect(Sb, getOrigin(I.getCondition()),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2276 const Value *CondVal = I.getCondition();
3252 hasOnlySelectUsers(cast<SelectInst>(I).getCondition())) {
10553 ExportFromCurrentBlock(SI.getCondition());
10557 lowerWorkItem(W, SI.getCondition(), SwitchMBB, PeeledSwitchMBB);
10651 splitWorkItem(WorkList, W, SI.getCondition(), SwitchMBB);
10655 lowerWorkItem(W, SI.getCondition(), SwitchMBB, DefaultMBB);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6153 Record.AddStmt(C->getCondition());
6159 Record.AddStmt(C->getCondition());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2657 if (!match(SI->getCondition(), m_ICmp(PredA, m_Value(LHS), m_Value(RHS))) ||
4888 auto *IC = dyn_cast<ICmpInst>(BI->getCondition());
H A DInstCombineCasts.cpp283 auto *Cmp = dyn_cast<CmpInst>(Sel->getCondition());
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2385 const Expr *CondE = builder.getCondition();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp700 return B.CreateSelect(SI->getCondition(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8964 ExprResult Cond = getDerived().TransformExpr(C->getCondition());
8974 ExprResult Cond = getDerived().TransformExpr(C->getCondition());
H A DSemaOpenMP.cpp4751 S.Diag(FoundNameModifiers[OMPD_unknown]->getCondition()->getBeginLoc(),

Completed in 548 milliseconds

12345