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