Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRInterpreter.cpp878 const CastInst *cast_inst = dyn_cast<CastInst>(inst); in Interpret() local
880 if (!cast_inst) in Interpret()
883 …>Printf("getOpcode() returns %s, but instruction is not a BitCastInst", cast_inst->getOpcodeName()… in Interpret()
889 Value *source = cast_inst->getOperand(0); in Interpret()
907 const CastInst *cast_inst = dyn_cast<CastInst>(inst); in Interpret() local
909 if (!cast_inst) in Interpret()
912 …>Printf("getOpcode() returns %s, but instruction is not a BitCastInst", cast_inst->getOpcodeName()… in Interpret()
918 Value *source = cast_inst->getOperand(0); in Interpret()