Searched refs:ConstexprConditionValue (Results 1 – 1 of 1) sorted by relevance
6682 llvm::Optional<bool> ConstexprConditionValue; in TransformIfStmt() local6684 ConstexprConditionValue = Cond.getKnownValue(); in TransformIfStmt()6688 if (!ConstexprConditionValue || *ConstexprConditionValue) { in TransformIfStmt()6698 if (!ConstexprConditionValue || !*ConstexprConditionValue) { in TransformIfStmt()