Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1256 const TruncInst *trunc_inst = cast<TruncInst>(inst); in Interpret() local
1258 Value *src_operand = trunc_inst->getOperand(0); in Interpret()