Searched refs:CondIsTrue (Results 1 – 3 of 3) sorted by relevance
3617 bool CondIsTrue; variable3630 BuiltinLoc(BLoc), RParenLoc(RP), CondIsTrue(condIsTrue) { in ChooseExpr()3644 return CondIsTrue; in isConditionTrue()3646 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue()
2671 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local2673 CondIsTrue)); in SimplifyCondBranchToCondBranch()2694 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local2696 CondIsTrue), P); in SimplifyCondBranchToCondBranch()
11366 bool CondIsTrue = false; in ActOnChooseExpr() local11379 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()11382 Expr *ActiveExpr = CondIsTrue ? LHSExpr : RHSExpr; in ActOnChooseExpr()11392 CondIsTrue, resType->isDependentType(), ValueDependent); in ActOnChooseExpr()