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

/external/lldb/source/Expression/
H A DIRInterpreter.cpp810 const CastInst *cast_inst = dyn_cast<CastInst>(inst); local
812 if (!cast_inst)
815 log->Printf("getOpcode() returns %s, but instruction is not a BitCastInst", cast_inst->getOpcodeName());
821 Value *source = cast_inst->getOperand(0);
839 const CastInst *cast_inst = dyn_cast<CastInst>(inst); local
841 if (!cast_inst)
844 log->Printf("getOpcode() returns %s, but instruction is not a BitCastInst", cast_inst->getOpcodeName());
850 Value *source = cast_inst->getOperand(0);

Completed in 159 milliseconds