Home
last modified time | relevance | path

Searched refs:CondIsTrue (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1189 bool CondIsTrue = PBI->getSuccessor(0) == CurrentBB; in processImpliedCondition() local
1191 isImpliedCondition(PBI->getCondition(), Cond, DL, CondIsTrue); in processImpliedCondition()
1198 Implication = CondIsTrue; in processImpliedCondition()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4533 bool CondIsTrue; variable
4539 CondIsTrue(condIsTrue) { in ChooseExpr()
4555 return CondIsTrue; in isConditionTrue()
4557 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4338 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local
4340 ConstantInt::get(Type::getInt1Ty(BB->getContext()), CondIsTrue)); in SimplifyCondBranchToCondBranch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1345 auto handleDomCond = [&](Value *DomCond, bool CondIsTrue) -> Instruction * { in foldICmpWithDominatingICmp() argument
1356 if (!CondIsTrue) in foldICmpWithDominatingICmp()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16909 bool CondIsTrue = false; in ActOnChooseExpr() local
16920 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()
16923 Expr *ActiveExpr = CondIsTrue ? LHSExpr : RHSExpr; in ActOnChooseExpr()
16931 resType, VK, OK, RPLoc, CondIsTrue); in ActOnChooseExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7203 bool CondIsTrue = !E->isConditionDependent() && E->isConditionTrue(); in VisitChooseExpr() local
7207 ToRParenLoc, CondIsTrue); in VisitChooseExpr()