struct Evaluator::MutableAggregate
Declaration
struct Evaluator::MutableAggregate { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Transforms/Utils/Evaluator.h:73
Member Variables
- public llvm::Type* Ty
- public SmallVector<llvm::Evaluator::MutableValue> Elements
Method Overview
- public MutableAggregate(llvm::Type * Ty)
- public llvm::Constant * toConstant() const
Methods
¶MutableAggregate(llvm::Type* Ty)
MutableAggregate(llvm::Type* Ty)
Declared at: llvm/include/llvm/Transforms/Utils/Evaluator.h:77
Parameters
- llvm::Type* Ty
¶llvm::Constant* toConstant() const
llvm::Constant* toConstant() const
Declared at: llvm/include/llvm/Transforms/Utils/Evaluator.h:78