Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1275 bool CondIsTrue = PBI->getSuccessor(0) == CurrentBB; in processImpliedCondition() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4228 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h4535 bool CondIsTrue; variable
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp6954 bool CondIsTrue = !E->isConditionDependent() && E->isConditionTrue(); in VisitChooseExpr() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp16400 bool CondIsTrue = false; in ActOnChooseExpr() local