Searched refs:PredicateSwitch (Results 1 – 2 of 2) sorted by relevance
158 class PredicateSwitch : public PredicateWithEdge {163 PredicateSwitch(Value *Op, BasicBlock *SwitchBB, BasicBlock *TargetBB, in PredicateSwitch() function168 PredicateSwitch() = delete;
449 PredicateSwitch *PS = new (Allocator) PredicateSwitch( in processSwitch()776 return {{CmpInst::ICMP_EQ, cast<PredicateSwitch>(this)->CaseValue}}; in getConstraint()832 } else if (const auto *PS = dyn_cast<PredicateSwitch>(PI)) { in emitInstructionAnnot()