Searched refs:PredicateSwitch (Results 1 – 2 of 2) sorted by relevance
159 class PredicateSwitch : public PredicateWithEdge {164 PredicateSwitch(Value *Op, BasicBlock *SwitchBB, BasicBlock *TargetBB, in PredicateSwitch() function169 PredicateSwitch() = delete;
487 PredicateSwitch *PS = new PredicateSwitch( in processSwitch() 821 return {{CmpInst::ICMP_EQ, cast<PredicateSwitch>(this)->CaseValue}}; in getConstraint() 876 } else if (const auto *PS = dyn_cast<PredicateSwitch>(PI)) { in emitInstructionAnnot()