Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp538 ICmpInst *icmp_inst = dyn_cast<ICmpInst>(&ii); in CanInterpret() local
540 if (!icmp_inst) { in CanInterpret()
546 switch (icmp_inst->getPredicate()) { in CanInterpret()
1024 const ICmpInst *icmp_inst = cast<ICmpInst>(inst); in Interpret() local
1026 CmpInst::Predicate predicate = icmp_inst->getPredicate(); in Interpret()