Home
last modified time | relevance | path

Searched refs:gep_inst (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1048 const GetElementPtrInst *gep_inst = cast<GetElementPtrInst>(inst); in Interpret() local
1050 const Value *pointer_operand = gep_inst->getPointerOperand(); in Interpret()
1051 Type *src_elem_ty = gep_inst->getSourceElementType(); in Interpret()
1066 SmallVector<Value *, 8> indices(gep_inst->idx_begin(), in Interpret()
1067 gep_inst->idx_end()); in Interpret()