Searched refs:gep_inst (Results 1 – 1 of 1) sorted by relevance
1048 const GetElementPtrInst *gep_inst = cast<GetElementPtrInst>(inst); in Interpret() local1050 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()