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;
503 PredicateSwitch *PS = new PredicateSwitch( in processSwitch()809 return {{CmpInst::ICMP_EQ, cast<PredicateSwitch>(this)->CaseValue}}; in getConstraint()874 } else if (const auto *PS = dyn_cast<PredicateSwitch>(PI)) { in emitInstructionAnnot()