Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1275 bool CondIsTrue = PBI->getSuccessor(0) == CurrentBB; in processImpliedCondition() local
1277 isImpliedCondition(PBI->getCondition(), Cond, DL, CondIsTrue); in processImpliedCondition()
1284 Implication = CondIsTrue; in processImpliedCondition()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h4535 bool CondIsTrue; variable
4541 CondIsTrue(condIsTrue) { in ChooseExpr()
4557 return CondIsTrue; in isConditionTrue()
4559 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4228 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local
4230 ConstantInt::get(Type::getInt1Ty(BB->getContext()), CondIsTrue)); in SimplifyCondBranchToCondBranch()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp16400 bool CondIsTrue = false; in ActOnChooseExpr() local
16411 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()
16414 Expr *ActiveExpr = CondIsTrue ? LHSExpr : RHSExpr; in ActOnChooseExpr()
16422 resType, VK, OK, RPLoc, CondIsTrue); in ActOnChooseExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp6954 bool CondIsTrue = !E->isConditionDependent() && E->isConditionTrue(); in VisitChooseExpr() local
6958 ToRParenLoc, CondIsTrue); in VisitChooseExpr()