Searched refs:icmp_inst (Results 1 – 1 of 1) sorted by relevance
538 ICmpInst *icmp_inst = dyn_cast<ICmpInst>(&ii); in CanInterpret() local540 if (!icmp_inst) { in CanInterpret()546 switch (icmp_inst->getPredicate()) { in CanInterpret()1024 const ICmpInst *icmp_inst = cast<ICmpInst>(inst); in Interpret() local1026 CmpInst::Predicate predicate = icmp_inst->getPredicate(); in Interpret()