Searched refs:int_to_ptr_inst (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Expression/
H A DIRInterpreter.cpp1095 const IntToPtrInst *int_to_ptr_inst = dyn_cast<IntToPtrInst>(inst); local
1097 if (!int_to_ptr_inst)
1106 Value *src_operand = int_to_ptr_inst->getOperand(0);

Completed in 106 milliseconds