Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp1155 const TruncInst *trunc_inst = cast<TruncInst>(inst); in Interpret() local
1157 Value *src_operand = trunc_inst->getOperand(0); in Interpret()