Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1252 bool CondIsTrue = PBI->getSuccessor(0) == CurrentBB; in processImpliedCondition() local
1254 isImpliedCondition(PBI->getCondition(), Cond, DL, CondIsTrue); in processImpliedCondition()
1261 Implication = CondIsTrue; in processImpliedCondition()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h4528 bool CondIsTrue; variable
4534 CondIsTrue(condIsTrue) { in ChooseExpr()
4550 return CondIsTrue; in isConditionTrue()
4552 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4061 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local
4063 ConstantInt::get(Type::getInt1Ty(BB->getContext()), CondIsTrue)); in SimplifyCondBranchToCondBranch()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp16132 bool CondIsTrue = false; in ActOnChooseExpr() local
16143 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()
16146 Expr *ActiveExpr = CondIsTrue ? LHSExpr : RHSExpr; in ActOnChooseExpr()
16154 resType, VK, OK, RPLoc, CondIsTrue); in ActOnChooseExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6818 bool CondIsTrue = !E->isConditionDependent() && E->isConditionTrue(); in VisitChooseExpr() local
6822 ToRParenLoc, CondIsTrue); in VisitChooseExpr()