clang 22.0.0git
clang::CIRGen::CIRGenFunction::ConditionalInfo Struct Reference

#include "/work/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/CIRGenFunction.h"

Public Attributes

std::optional< LValuelhs {}
std::optional< LValuerhs {}
mlir::Value result {}

Detailed Description

Definition at line 1805 of file CIRGenFunction.h.

Member Data Documentation

◆ lhs

std::optional<LValue> clang::CIRGen::CIRGenFunction::ConditionalInfo::lhs {}

◆ result

mlir::Value clang::CIRGen::CIRGenFunction::ConditionalInfo::result {}

◆ rhs

std::optional<LValue> clang::CIRGen::CIRGenFunction::ConditionalInfo::rhs {}

The documentation for this struct was generated from the following file: