clang 22.0.0git
Public Attributes | List of all members
clang::CIRGen::CIRGenFunction::ConditionalInfo Struct Reference

#include "/home/buildbot/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 1443 of file CIRGenFunction.h.

Member Data Documentation

◆ lhs

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

Definition at line 1444 of file CIRGenFunction.h.

◆ result

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

Definition at line 1445 of file CIRGenFunction.h.

◆ rhs

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

Definition at line 1444 of file CIRGenFunction.h.


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