Searched refs:CondIsTrue (Results 1 – 3 of 3) sorted by relevance
3574 bool CondIsTrue; variable3587 BuiltinLoc(BLoc), RParenLoc(RP), CondIsTrue(condIsTrue) { in ChooseExpr()3601 return CondIsTrue; in isConditionTrue()3603 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue()
2381 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local2383 CondIsTrue)); in SimplifyCondBranchToCondBranch()2405 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local2407 CondIsTrue), P); in SimplifyCondBranchToCondBranch()
10564 bool CondIsTrue = false; in ActOnChooseExpr() local10577 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()10580 Expr *ActiveExpr = CondIsTrue ? LHSExpr : RHSExpr; in ActOnChooseExpr()10590 CondIsTrue, resType->isDependentType(), ValueDependent); in ActOnChooseExpr()