Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4517 bool CondIsTrue; variable
4523 CondIsTrue(condIsTrue) { in ChooseExpr()
4539 return CondIsTrue; in isConditionTrue()
4541 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1274 bool CondIsTrue = PBI->getSuccessor(0) == CurrentBB; in processImpliedCondition() local
1276 isImpliedCondition(PBI->getCondition(), Cond, DL, CondIsTrue); in processImpliedCondition()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3630 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local
3632 ConstantInt::get(Type::getInt1Ty(BB->getContext()), CondIsTrue)); in SimplifyCondBranchToCondBranch()
3652 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local
3654 ConstantInt::get(Type::getInt1Ty(BB->getContext()), CondIsTrue), in SimplifyCondBranchToCondBranch()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp15364 bool CondIsTrue = false; in ActOnChooseExpr() local
15375 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()
15378 Expr *ActiveExpr = CondIsTrue ? LHSExpr : RHSExpr; in ActOnChooseExpr()
15386 resType, VK, OK, RPLoc, CondIsTrue); in ActOnChooseExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6706 bool CondIsTrue = !E->isConditionDependent() && E->isConditionTrue(); in VisitChooseExpr() local
6710 ToRParenLoc, CondIsTrue); in VisitChooseExpr()