Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp951 const CastInst *cast_inst = cast<CastInst>(inst); in Interpret() local
953 Value *source = cast_inst->getOperand(0); in Interpret()
967 const CastInst *cast_inst = cast<CastInst>(inst); in Interpret() local
969 Value *source = cast_inst->getOperand(0); in Interpret()