Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Expression/
DIRInterpreter.cpp1081 const CmpInst *icmp_inst = cast<CmpInst>(inst); in Interpret() local
1083 CmpInst::Predicate predicate = icmp_inst->getPredicate(); in Interpret()