class int_op_inserter
Declaration
class int_op_inserter : public std::iterator { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Transforms/Scalar/GVNExpression.h:482
Inherits from: std::iterator
Method Overview
- public int_op_inserter(llvm::GVNExpression::AggregateValueExpression & E)
- public int_op_inserter(llvm::GVNExpression::AggregateValueExpression * E)
Methods
¶int_op_inserter(
llvm::GVNExpression::AggregateValueExpression&
E)
int_op_inserter(
llvm::GVNExpression::AggregateValueExpression&
E)
Declared at: llvm/include/llvm/Transforms/Scalar/GVNExpression.h:490
Parameters
¶int_op_inserter(
llvm::GVNExpression::AggregateValueExpression*
E)
int_op_inserter(
llvm::GVNExpression::AggregateValueExpression*
E)
Declared at: llvm/include/llvm/Transforms/Scalar/GVNExpression.h:491