clang 19.0.0git
Public Types | Static Public Member Functions | List of all members
clang::CodeGen::DominatingLLVMValue Struct Reference

Helper class with most of the code for saving a value for a conditional expression cleanup. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenFunction.h"

Inheritance diagram for clang::CodeGen::DominatingLLVMValue:
Inheritance graph
[legend]

Public Types

typedef llvm::PointerIntPair< llvm::Value *, 1, boolsaved_type
 

Static Public Member Functions

static bool needsSaving (llvm::Value *value)
 Answer whether the given value needs extra work to be saved.
 
static saved_type save (CodeGenFunction &CGF, llvm::Value *value)
 
static llvm::Value * restore (CodeGenFunction &CGF, saved_type value)
 

Detailed Description

Helper class with most of the code for saving a value for a conditional expression cleanup.

Definition at line 149 of file CodeGenFunction.h.

Member Typedef Documentation

◆ saved_type

typedef llvm::PointerIntPair<llvm::Value*, 1, bool> clang::CodeGen::DominatingLLVMValue::saved_type

Definition at line 150 of file CodeGenFunction.h.

Member Function Documentation

◆ needsSaving()

static bool clang::CodeGen::DominatingLLVMValue::needsSaving ( llvm::Value *  value)
inlinestatic

Answer whether the given value needs extra work to be saved.

Definition at line 153 of file CodeGenFunction.h.

Referenced by clang::CodeGen::DominatingValue< Address >::needsSaving(), and save().

◆ restore()

llvm::Value * clang::CodeGen::DominatingLLVMValue::restore ( CodeGenFunction CGF,
saved_type  value 
)
inlinestatic

◆ save()

DominatingLLVMValue::saved_type clang::CodeGen::DominatingLLVMValue::save ( CodeGenFunction CGF,
llvm::Value *  value 
)
inlinestatic

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