Home | History | Annotate | Download | only in Expression

Lines Matching full:load_inst

1167                 const LoadInst *load_inst = dyn_cast<LoadInst>(inst);
1169 if (!load_inst)
1184 const Value *pointer_operand = load_inst->getPointerOperand();
1198 lldb::addr_t D = frame.ResolveValue(load_inst, module);