Class GetElementPtr

class GetElementPtr : public Instruction

Public Functions

GetElementPtr(const Value *base, const Value *index, const std::string &label)
const Value *base() const
const Value *index() const
void run(ReductionInterpreterImpl *interpreter)

Private Members

const Value *base_
const Value *index_