Searched refs:cast_inst (Results 1 – 1 of 1) sorted by relevance
878 const CastInst *cast_inst = dyn_cast<CastInst>(inst); in Interpret() local880 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() local909 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()