Searched refs:ConstexprConditionValue (Results 1 – 1 of 1) sorted by relevance
8022 std::optional<bool> ConstexprConditionValue; in TransformIfStmt() local8024 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()8028 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()8047 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()8056 } else if (S->getElse() && ConstexprConditionValue && in TransformIfStmt()8057 *ConstexprConditionValue) { in TransformIfStmt()