Searched refs:ConstexprConditionValue (Results 1 – 1 of 1) sorted by relevance
8315 std::optional<bool> ConstexprConditionValue; in TransformIfStmt() local8317 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()8321 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()8340 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()8349 } else if (S->getElse() && ConstexprConditionValue && in TransformIfStmt()8350 *ConstexprConditionValue) { in TransformIfStmt()